#475A04

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

Shades of Verdun Green #475A04

Tints of Verdun Green #475A04

Color information

#475A04 (or 0x475A04) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 04. RGB value is (71,90,4). Sum of RGB (Red+Green+Blue) = 71+90+4=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #475A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A04 is #B8A5FB. Grayscale: #4A4A4A. Windows color (decimal): -12101116 or 285255. OLE color: 285255.

HSL color Cylindrical-coordinate representation of color #475A04: hue angle of 73.26º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475A04 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB71904-
CMYK0.2100.960.65
HSL73.26º91.49%18.43%-
HSV(B)73.26º95.56%35.29%-
XYZ6.288.661.46-
YUV74.5288.21125.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=43.03%
G=54.55%
B=2.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal719040.2100.960.6573.2691.4918.43
Hex475A41506041495b12
Octal107132425014010111113322
Binary10001111011010100101010110000010000011001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A04; }

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

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

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

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

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

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

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

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