#4C5715

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

Shades of Verdun Green #4C5715

Tints of Verdun Green #4C5715

Color information

#4C5715 (or 0x4C5715) is unknown color: approx Verdun Green. HEX triplet: 4C, 57 and 15. RGB value is (76,87,21). Sum of RGB (Red+Green+Blue) = 76+87+21=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5715 is #B3A8EA. Grayscale: #4C4C4C. Windows color (decimal): -11774187 or 1398604. OLE color: 1398604.

HSL color Cylindrical-coordinate representation of color #4C5715: hue angle of 70º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C5715 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB768721-
CMYK0.1300.760.66
HSL70º61.11%21.18%-
HSV(B)70º75.86%34.12%-
XYZ6.528.411.99-
YUV76.1996.86127.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=41.30%
G=47.28%
B=11.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7687210.1300.760.667061.1121.18
Hex4C5715D04C42463d15
Octal114127251501141021067525
Binary10011001010111101011101010011001000010100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5715; }

 p { color: rgb(76,87,21); }

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

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

 a { background-color: rgb(76,87,21); }

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

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

 span { border-color: rgb(76,87,21); }

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