#475D03

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

Shades of Verdun Green #475D03

Tints of Verdun Green #475D03

Color information

#475D03 (or 0x475D03) is unknown color: approx Verdun Green. HEX triplet: 47, 5D and 03. RGB value is (71,93,3). Sum of RGB (Red+Green+Blue) = 71+93+3=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #475D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D03 is #B8A2FC. Grayscale: #4C4C4C. Windows color (decimal): -12100349 or 220487. OLE color: 220487.

HSL color Cylindrical-coordinate representation of color #475D03: hue angle of 74.67º 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 #475D03 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB71933-
CMYK0.2400.970.64
HSL74.67º93.75%18.82%-
HSV(B)74.67º96.77%36.47%-
XYZ6.539.171.51-
YUV76.1686.71124.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=42.51%
G=55.69%
B=1.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal719330.2400.970.6474.6793.7518.82
Hex475D318061404b5e13
Octal107135330014110011313623
Binary1000111101110111110000110000110000001001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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