Html Css Color HEX #475109 Verdun Green

📋 copy color: '#475109'

red 71 ◦ green 81 ◦ blue 9

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

Shades of Verdun Green #475109

Tints of Verdun Green #475109

RGB

 RED value IS 71 (28.13% from 255) = 44.1%

 GREEN value IS 81 (32.03% from 255) = 50.31%

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

R = 44.1%
G = 50.31%
B = 5.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#475109 (or 0x475109) is known color: Verdun Green. HEX triplet: 47, 51 and 09. RGB value is (71,81,9). Sum of RGB (Red+Green+Blue) = 71+81+9=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #475109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475109 is #B8AEF6. Grayscale: #464646. Windows color (decimal): -12103415 or 610631. OLE color: 610631.

HSL color Cylindrical-coordinate representation of color #475109: hue angle of 68.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #475109 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 9 -
CMYK 0.12 0 0.89 0.68
HSL 68.33º 0.8% 0.18% -
HSV(B) 68.33º 0.89% 0.32% -
XYZ 5.59 7.24 1.36 -
YUV 69.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 71 81 9 0.12 0 0.89 0.68 68.33 0.8 0.18
Hex 47 51 9 C 0 59 44 44 50 12
Octal 107 121 11 14 0 131 104 104 120 22
Binary 1000111 1010001 1001 1100 0 1011001 1000100 1000100 1010000 10010

Color Harmonies of #475109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475109

Black with #475109

Text Example


Text Example

White with #475109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475109; }

 p { color: rgb(71,81,9); }

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

background-color css

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

 a { background-color: rgb(71,81,9); }

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

border-color css

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

 span { border-color: rgb(71,81,9); }

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