#475209

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

Shades of Verdun Green #475209

Tints of Verdun Green #475209

Color information

#475209 (or 0x475209) is unknown color: approx Verdun Green. HEX triplet: 47, 52 and 09. RGB value is (71,82,9). Sum of RGB (Red+Green+Blue) = 71+82+9=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #475209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475209 is #B8ADF6. Grayscale: #464646. Windows color (decimal): -12103159 or 610887. OLE color: 610887.

HSL color Cylindrical-coordinate representation of color #475209: hue angle of 69.04º 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 #475209 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB71829-
CMYK0.1300.890.68
HSL69.04º80.22%17.84%-
HSV(B)69.04º89.02%32.16%-
XYZ5.677.391.39-
YUV70.3993.36128.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=43.83%
G=50.62%
B=5.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal718290.1300.890.6869.0480.2217.84
Hex47529D05944455012
Octal1071221115013110410512022
Binary10001111010010100111010101100110001001000101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475209; }

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

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

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

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

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

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

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

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