#4C5514

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

Shades of Verdun Green #4C5514

Tints of Verdun Green #4C5514

Color information

#4C5514 (or 0x4C5514) is unknown color: approx Verdun Green. HEX triplet: 4C, 55 and 14. RGB value is (76,85,20). Sum of RGB (Red+Green+Blue) = 76+85+20=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5514 is #B3AAEB. Grayscale: #4B4B4B. Windows color (decimal): -11774700 or 1332556. OLE color: 1332556.

HSL color Cylindrical-coordinate representation of color #4C5514: hue angle of 68.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C5514 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB768520-
CMYK0.1100.760.67
HSL68.31º61.9%20.59%-
HSV(B)68.31º76.47%33.33%-
XYZ6.368.081.89-
YUV74.997.02128.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.99%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=41.99%
G=46.96%
B=11.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685200.1100.760.6768.3161.920.59
Hex4C5514B04C43443e15
Octal114125241301141031047625
Binary10011001010101101001011010011001000011100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,20); }

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

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

 a { background-color: rgb(76,85,20); }

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

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

 span { border-color: rgb(76,85,20); }

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