Html Css Color HEX #486009 Verdun Green

📋 copy color: '#486009'

red 72 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #486009

Tints of Verdun Green #486009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 40.68%
G = 54.24%
B = 5.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#486009 (or 0x486009) is known color: Verdun Green. HEX triplet: 48, 60 and 09. RGB value is (72,96,9). Sum of RGB (Red+Green+Blue) = 72+96+9=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #486009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486009 is #B79FF6. Grayscale: #4F4F4F. Windows color (decimal): -12034039 or 614472. OLE color: 614472.

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

Color convert

RGB 72 96 9 -
CMYK 0.25 0 0.91 0.62
HSL 76.55º 0.83% 0.21% -
HSV(B) 76.55º 0.91% 0.38% -
XYZ 6.9 9.76 1.78 -
YUV 78.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 72 96 9 0.25 0 0.91 0.62 76.55 0.83 0.21
Hex 48 60 9 19 0 5B 3E 4D 53 15
Octal 110 140 11 31 0 133 76 115 123 25
Binary 1001000 1100000 1001 11001 0 1011011 111110 1001101 1010011 10101

Color Harmonies of #486009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486009

Black with #486009

Text Example


Text Example

White with #486009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486009; }

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

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

background-color css

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

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

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

border-color css

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

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

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