#475522

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

Shades of Verdun Green #475522

Tints of Verdun Green #475522

Color information

#475522 (or 0x475522) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 22. RGB value is (71,85,34). Sum of RGB (Red+Green+Blue) = 71+85+34=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #475522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475522 is #B8AADD. Grayscale: #4B4B4B. Windows color (decimal): -12102366 or 2250055. OLE color: 2250055.

HSL color Cylindrical-coordinate representation of color #475522: hue angle of 76.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475522 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB718534-
CMYK0.1600.600.67
HSL76.47º42.86%23.33%-
HSV(B)76.47º60%33.33%-
XYZ6.147.952.72-
YUV75104.86125.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 34 (13.67% from 255) = 17.89%
R=37.37%
G=44.74%
B=17.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185340.1600.600.6776.4742.8623.33
Hex4755221003C434c2b17
Octal10712542200741031145327
Binary100011110101011000101000001111001000011100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475522; }

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

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

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

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

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

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

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

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