#475902

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

Shades of Verdun Green #475902

Tints of Verdun Green #475902

Color information

#475902 (or 0x475902) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 02. RGB value is (71,89,2). Sum of RGB (Red+Green+Blue) = 71+89+2=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #475902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475902 is #B8A6FD. Grayscale: #4A4A4A. Windows color (decimal): -12101374 or 153927. OLE color: 153927.

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

Color convert

RGB71892-
CMYK0.2000.980.65
HSL72.41º95.6%17.84%-
HSV(B)72.41º97.75%34.9%-
XYZ6.188.491.37-
YUV73.787.54126.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=43.83%
G=54.94%
B=1.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718920.2000.980.6572.4195.617.84
Hex475921406241486012
Octal107131224014210111014022
Binary1000111101100110101000110001010000011001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475902; }

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

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

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

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

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

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

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

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