#475511

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

Shades of Verdun Green #475511

Tints of Verdun Green #475511

Color information

#475511 (or 0x475511) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 11. RGB value is (71,85,17). Sum of RGB (Red+Green+Blue) = 71+85+17=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #475511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475511 is #B8AAEE. Grayscale: #494949. Windows color (decimal): -12102383 or 1135943. OLE color: 1135943.

HSL color Cylindrical-coordinate representation of color #475511: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #475511 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB718517-
CMYK0.1600.800.67
HSL72.35º66.67%20%-
HSV(B)72.35º80%33.33%-
XYZ5.957.881.74-
YUV73.0696.36126.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=41.04%
G=49.13%
B=9.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185170.1600.800.6772.3566.6720
Hex4755111005043484314
Octal1071252120012010311010324
Binary1000111101010110001100000101000010000111001000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475511; }

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

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

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

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

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

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

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

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