#475A03

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

Shades of Verdun Green #475A03

Tints of Verdun Green #475A03

Color information

#475A03 (or 0x475A03) is unknown color: approx Verdun Green. HEX triplet: 47, 5A and 03. RGB value is (71,90,3). Sum of RGB (Red+Green+Blue) = 71+90+3=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #475A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A03 is #B8A5FC. Grayscale: #4A4A4A. Windows color (decimal): -12101117 or 219719. OLE color: 219719.

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

Color convert

RGB71903-
CMYK0.2100.970.65
HSL73.1º93.55%18.24%-
HSV(B)73.1º96.67%35.29%-
XYZ6.278.661.43-
YUV74.487.71125.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 90 (35.55% from 255) = 54.88%
BLUE value IS 3 (1.56% from 255) = 1.83%
R=43.29%
G=54.88%
B=1.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal719030.2100.970.6573.193.5518.24
Hex475A31506141495e12
Octal107132325014110111113622
Binary1000111101101011101010110000110000011001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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