#475921

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

Shades of Verdun Green #475921

Tints of Verdun Green #475921

Color information

#475921 (or 0x475921) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 21. RGB value is (71,89,33). Sum of RGB (Red+Green+Blue) = 71+89+33=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #475921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475921 is #B8A6DE. Grayscale: #4D4D4D. Windows color (decimal): -12101343 or 2185543. OLE color: 2185543.

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

Color convert

RGB718933-
CMYK0.2000.630.65
HSL79.29º45.9%23.92%-
HSV(B)79.29º62.92%34.9%-
XYZ6.458.592.76-
YUV77.23103.04123.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=36.79%
G=46.11%
B=17.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189330.2000.630.6579.2945.923.92
Hex4759211403F414f2e18
Octal10713141240771011175630
Binary100011110110011000011010001111111000001100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475921; }

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

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

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

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

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

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

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

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