#475C03

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

Shades of Verdun Green #475C03

Tints of Verdun Green #475C03

Color information

#475C03 (or 0x475C03) is unknown color: approx Verdun Green. HEX triplet: 47, 5C and 03. RGB value is (71,92,3). Sum of RGB (Red+Green+Blue) = 71+92+3=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #475C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475C03 is #B8A3FC. Grayscale: #4B4B4B. Windows color (decimal): -12100605 or 220231. OLE color: 220231.

HSL color Cylindrical-coordinate representation of color #475C03: hue angle of 74.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #475C03 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB71923-
CMYK0.2300.970.64
HSL74.16º93.68%18.63%-
HSV(B)74.16º96.74%36.08%-
XYZ6.4491.48-
YUV75.5887.04124.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=42.77%
G=55.42%
B=1.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal719230.2300.970.6474.1693.6818.63
Hex475C317061404a5e13
Octal107134327014110011213623
Binary1000111101110011101110110000110000001001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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