#475504

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

Shades of Verdun Green #475504

Tints of Verdun Green #475504

Color information

#475504 (or 0x475504) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 04. RGB value is (71,85,4). Sum of RGB (Red+Green+Blue) = 71+85+4=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #475504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475504 is #B8AAFB. Grayscale: #474747. Windows color (decimal): -12102396 or 283975. OLE color: 283975.

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

Color convert

RGB71854-
CMYK0.1600.950.67
HSL70.37º91.01%17.45%-
HSV(B)70.37º95.29%33.33%-
XYZ5.877.851.32-
YUV71.5889.86127.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=44.38%
G=53.12%
B=2.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718540.1600.950.6770.3791.0117.45
Hex475541005F43465b11
Octal107125420013710310613321
Binary10001111010101100100000101111110000111000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475504; }

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

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

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

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

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

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

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

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