Html Css Color HEX #486008 Verdun Green

📋 copy color: '#486008'

red 72 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #486008

Tints of Verdun Green #486008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.55%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 40.91%
G = 54.55%
B = 4.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#486008 (or 0x486008) is known color: Verdun Green. HEX triplet: 48, 60 and 08. RGB value is (72,96,8). Sum of RGB (Red+Green+Blue) = 72+96+8=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #486008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486008 is #B79FF7. Grayscale: #4F4F4F. Windows color (decimal): -12034040 or 548936. OLE color: 548936.

HSL color Cylindrical-coordinate representation of color #486008: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486008 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 8 -
CMYK 0.25 0 0.92 0.62
HSL 76.36º 0.85% 0.2% -
HSV(B) 76.36º 0.92% 0.38% -
XYZ 6.9 9.76 1.75 -
YUV 78.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 72 96 8 0.25 0 0.92 0.62 76.36 0.85 0.2
Hex 48 60 8 19 0 5C 3E 4C 55 14
Octal 110 140 10 31 0 134 76 114 125 24
Binary 1001000 1100000 1000 11001 0 1011100 111110 1001100 1010101 10100

Color Harmonies of #486008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486008

Black with #486008

Text Example


Text Example

White with #486008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486008; }

 p { color: rgb(72,96,8); }

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

background-color css

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

 a { background-color: rgb(72,96,8); }

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

border-color css

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

 span { border-color: rgb(72,96,8); }

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