#4C5619

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

Shades of Verdun Green #4C5619

Tints of Verdun Green #4C5619

Color information

#4C5619 (or 0x4C5619) is unknown color: approx Verdun Green. HEX triplet: 4C, 56 and 19. RGB value is (76,86,25). Sum of RGB (Red+Green+Blue) = 76+86+25=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5619 is #B3A9E6. Grayscale: #4C4C4C. Windows color (decimal): -11774439 or 1660492. OLE color: 1660492.

HSL color Cylindrical-coordinate representation of color #4C5619: hue angle of 69.84º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C5619 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB768625-
CMYK0.1200.710.66
HSL69.84º54.95%21.76%-
HSV(B)69.84º70.93%33.73%-
XYZ6.488.262.17-
YUV76.0699.19127.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.64%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=40.64%
G=45.99%
B=13.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686250.1200.710.6669.8454.9521.76
Hex4C5619C04742463716
Octal114126311401071021066726
Binary10011001010110110011100010001111000010100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,86,25); }

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

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

 a { background-color: rgb(76,86,25); }

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

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

 span { border-color: rgb(76,86,25); }

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