#475D10

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

Shades of Verdun Green #475D10

Tints of Verdun Green #475D10

Color information

#475D10 (or 0x475D10) is unknown color: approx Verdun Green. HEX triplet: 47, 5D and 10. RGB value is (71,93,16). Sum of RGB (Red+Green+Blue) = 71+93+16=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #475D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D10 is #B8A2EF. Grayscale: #4D4D4D. Windows color (decimal): -12100336 or 1072455. OLE color: 1072455.

HSL color Cylindrical-coordinate representation of color #475D10: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #475D10 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB719316-
CMYK0.2400.830.64
HSL77.14º70.64%21.37%-
HSV(B)77.14º82.8%36.47%-
XYZ6.619.211.92-
YUV77.6493.21123.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=39.44%
G=51.67%
B=8.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193160.2400.830.6477.1470.6421.37
Hex475D1018053404d4715
Octal1071352030012310011510725
Binary1000111101110110000110000101001110000001001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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