#475109

Color #475109 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #475109

Tints of Verdun Green #475109

Color information

#475109 (or 0x475109) is unknown color: approx 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

RGB71819-
CMYK0.1200.890.68
HSL68.33º80%17.65%-
HSV(B)68.33º88.89%31.76%-
XYZ5.597.241.36-
YUV69.893.69128.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=44.10%
G=50.31%
B=5.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718190.1200.890.6868.338017.65
Hex47519C05944445012
Octal1071211114013110410412022
Binary10001111010001100111000101100110001001000100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>