#475814

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

Shades of Verdun Green #475814

Tints of Verdun Green #475814

Color information

#475814 (or 0x475814) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 14. RGB value is (71,88,20). Sum of RGB (Red+Green+Blue) = 71+88+20=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #475814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475814 is #B8A7EB. Grayscale: #4B4B4B. Windows color (decimal): -12101612 or 1333319. OLE color: 1333319.

HSL color Cylindrical-coordinate representation of color #475814: hue angle of 75º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475814 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB718820-
CMYK0.1900.770.65
HSL75º62.96%21.18%-
HSV(B)75º77.27%34.51%-
XYZ6.218.371.95-
YUV75.1696.87125.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=39.66%
G=49.16%
B=11.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188200.1900.770.657562.9621.18
Hex4758141304D414b3f15
Octal107130242301151011137725
Binary100011110110001010010011010011011000001100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475814; }

 p { color: rgb(71,88,20); }

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

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

 a { background-color: rgb(71,88,20); }

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

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

 span { border-color: rgb(71,88,20); }

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