Html Css Color HEX #486B00 Verdun Green

📋 copy color: '#486B00'

red 72 ◦ green 107 ◦ blue 0

#486B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #486B00

Tints of Verdun Green #486B00

RGB

 RED value IS 72 (28.52% from 255) = 40.22%

 GREEN value IS 107 (42.19% from 255) = 59.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.22%
G = 59.78%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#486B00 (or 0x486B00) is known color: Verdun Green. HEX triplet: 48, 6B and 00. RGB value is (72,107,0). Sum of RGB (Red+Green+Blue) = 72+107+0=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #486B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B00 is #B794FF. Grayscale: #545454. Windows color (decimal): -12031232 or 27464. OLE color: 27464.

HSL color Cylindrical-coordinate representation of color #486B00: hue angle of 79.63º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486B00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 0 -
CMYK 0.33 0 1 0.58
HSL 79.63º 1% 0.21% -
HSV(B) 79.63º 1% 0.42% -
XYZ 7.93 11.89 1.88 -
YUV 84.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 72 107 0 0.33 0 1 0.58 79.63 1 0.21
Hex 48 6B 0 21 0 64 3A 50 64 15
Octal 110 153 0 41 0 144 72 120 144 25
Binary 1001000 1101011 0 100001 0 1100100 111010 1010000 1100100 10101

Color Harmonies of #486B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B00

Black with #486B00

Text Example


Text Example

White with #486B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B00; }

 p { color: rgb(72,107,0); }

 H1.HeaderClassName
 {
   color: #486B00;
 }
 .AnyTagClassName
 {
   color: #486B00;
 }
</style>

background-color css

<style>
 a { background-color: #486B00; }

 a { background-color: rgb(72,107,0); }

 div.DivClassName
 {
   background-color: #486B00;
 }
 .BgClassName
 {
   background-color: #486B00;
 }
</style>

border-color css

<style>
 span { border-color: #486B00; }

 span { border-color: rgb(72,107,0); }

 td.TdClassName
 {
   border-color: #486B00;
 }
 .TagClassName
 {
   border-color: #486B00;
 }
</style>