#475907

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

Shades of Verdun Green #475907

Tints of Verdun Green #475907

Color information

#475907 (or 0x475907) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 07. RGB value is (71,89,7). Sum of RGB (Red+Green+Blue) = 71+89+7=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #475907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475907 is #B8A6F8. Grayscale: #4A4A4A. Windows color (decimal): -12101369 or 481607. OLE color: 481607.

HSL color Cylindrical-coordinate representation of color #475907: hue angle of 73.17º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #475907 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB71897-
CMYK0.2000.920.65
HSL73.17º85.42%18.82%-
HSV(B)73.17º92.13%34.9%-
XYZ6.218.51.51-
YUV74.2790.04125.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 53.29%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=42.51%
G=53.29%
B=4.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718970.2000.920.6573.1785.4218.82
Hex475971405C41495513
Octal107131724013410111112523
Binary10001111011001111101000101110010000011001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475907; }

 p { color: rgb(71,89,7); }

 H1.HeaderClassName
 {
   color: #475907;
 }
 .AnyTagClassName
 {
   color: #475907;
 }
</style>
background-color css

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

 a { background-color: rgb(71,89,7); }

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

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

 span { border-color: rgb(71,89,7); }

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