Html Css Color HEX #485009 Verdun Green

📋 copy color: '#485009'

red 72 ◦ green 80 ◦ blue 9

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

Shades of Verdun Green #485009

Tints of Verdun Green #485009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 44.72%
G = 49.69%
B = 5.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#485009 (or 0x485009) is known color: Verdun Green. HEX triplet: 48, 50 and 09. RGB value is (72,80,9). Sum of RGB (Red+Green+Blue) = 72+80+9=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #485009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485009 is #B7AFF6. Grayscale: #454545. Windows color (decimal): -12038135 or 610376. OLE color: 610376.

HSL color Cylindrical-coordinate representation of color #485009: hue angle of 66.76º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #485009 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 9 -
CMYK 0.10 0 0.89 0.69
HSL 66.76º 0.8% 0.17% -
HSV(B) 66.76º 0.89% 0.31% -
XYZ 5.59 7.13 1.34 -
YUV 69.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 72 80 9 0.10 0 0.89 0.69 66.76 0.8 0.17
Hex 48 50 9 A 0 59 45 43 50 11
Octal 110 120 11 12 0 131 105 103 120 21
Binary 1001000 1010000 1001 1010 0 1011001 1000101 1000011 1010000 10001

Color Harmonies of #485009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485009

Black with #485009

Text Example


Text Example

White with #485009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485009; }

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

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

background-color css

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

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

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

border-color css

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

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

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