#475011

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

Shades of Verdun Green #475011

Tints of Verdun Green #475011

Color information

#475011 (or 0x475011) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 11. RGB value is (71,80,17). Sum of RGB (Red+Green+Blue) = 71+80+17=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #475011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475011 is #B8AFEE. Grayscale: #464646. Windows color (decimal): -12103663 or 1134663. OLE color: 1134663.

HSL color Cylindrical-coordinate representation of color #475011: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #475011 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB718017-
CMYK0.1100.790.69
HSL68.57º64.95%19.02%-
HSV(B)68.57º78.75%31.37%-
XYZ5.577.121.61-
YUV70.1398.02128.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=42.26%
G=47.62%
B=10.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180170.1100.790.6968.5764.9519.02
Hex475011B04F45454113
Octal1071202113011710510510123
Binary100011110100001000110110100111110001011000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475011; }

 p { color: rgb(71,80,17); }

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

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

 a { background-color: rgb(71,80,17); }

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

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

 span { border-color: rgb(71,80,17); }

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