#475815

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

Shades of Verdun Green #475815

Tints of Verdun Green #475815

Color information

#475815 (or 0x475815) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 15. RGB value is (71,88,21). Sum of RGB (Red+Green+Blue) = 71+88+21=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #475815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475815 is #B8A7EA. Grayscale: #4B4B4B. Windows color (decimal): -12101611 or 1398855. OLE color: 1398855.

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

Color convert

RGB718821-
CMYK0.1900.760.65
HSL75.22º61.47%21.37%-
HSV(B)75.22º76.14%34.51%-
XYZ6.228.372-
YUV75.2897.37124.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=39.44%
G=48.89%
B=11.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188210.1900.760.6575.2261.4721.37
Hex4758151304C414b3d15
Octal107130252301141011137525
Binary100011110110001010110011010011001000001100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475815; }

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

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

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

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

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

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

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

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