#475E0F

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

Shades of Verdun Green #475E0F

Tints of Verdun Green #475E0F

Color information

#475E0F (or 0x475E0F) is unknown color: approx Verdun Green. HEX triplet: 47, 5E and 0F. RGB value is (71,94,15). Sum of RGB (Red+Green+Blue) = 71+94+15=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #475E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475E0F is #B8A1F0. Grayscale: #4E4E4E. Windows color (decimal): -12100081 or 1007175. OLE color: 1007175.

HSL color Cylindrical-coordinate representation of color #475E0F: hue angle of 77.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #475E0F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB719415-
CMYK0.2400.840.63
HSL77.47º72.48%21.37%-
HSV(B)77.47º84.04%36.86%-
XYZ6.699.381.91-
YUV78.1292.38122.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 94 (37.11% from 255) = 52.22%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=39.44%
G=52.22%
B=8.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194150.2400.840.6377.4772.4821.37
Hex475EF180543F4d4815
Octal107136173001247711511025
Binary10001111011110111111000010101001111111001101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,15); }

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

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

 a { background-color: rgb(71,94,15); }

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

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

 span { border-color: rgb(71,94,15); }

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