#475E0A

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

Shades of Verdun Green #475E0A

Tints of Verdun Green #475E0A

Color information

#475E0A (or 0x475E0A) is unknown color: approx Verdun Green. HEX triplet: 47, 5E and 0A. RGB value is (71,94,10). Sum of RGB (Red+Green+Blue) = 71+94+10=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #475E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475E0A is #B8A1F5. Grayscale: #4D4D4D. Windows color (decimal): -12100086 or 679495. OLE color: 679495.

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

Color convert

RGB719410-
CMYK0.2400.890.63
HSL76.43º80.77%20.39%-
HSV(B)76.43º89.36%36.86%-
XYZ6.669.371.74-
YUV77.5589.88123.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 94 (37.11% from 255) = 53.71%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=40.57%
G=53.71%
B=5.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194100.2400.890.6376.4380.7720.39
Hex475EA180593F4c5114
Octal107136123001317711412124
Binary10001111011110101011000010110011111111001100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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