#475003

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

Shades of Verdun Green #475003

Tints of Verdun Green #475003

Color information

#475003 (or 0x475003) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 03. RGB value is (71,80,3). Sum of RGB (Red+Green+Blue) = 71+80+3=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #475003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475003 is #B8AFFC. Grayscale: #444444. Windows color (decimal): -12103677 or 217159. OLE color: 217159.

HSL color Cylindrical-coordinate representation of color #475003: hue angle of 67.01º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475003 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB71803-
CMYK0.1100.960.69
HSL67.01º92.77%16.27%-
HSV(B)67.01º96.25%31.37%-
XYZ5.487.081.16-
YUV68.5391.02129.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=46.10%
G=51.95%
B=1.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal718030.1100.960.6967.0192.7716.27
Hex47503B06045435d10
Octal107120313014010510313520
Binary100011110100001110110110000010001011000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475003; }

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

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

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

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

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

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

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

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