#4c5418

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

Shades of Verdun Green #4C5418

Tints of Verdun Green #4C5418

Color information

#4C5418 (or 0x4C5418) is unknown color: approx Verdun Green. HEX triplet: 4C, 54 and 18. RGB value is (76,84,24). Sum of RGB (Red+Green+Blue) = 76+84+24=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5418 is #B3ABE7. Grayscale: #4B4B4B. Windows color (decimal): -11774952 or 1594444. OLE color: 1594444.

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

Color convert

RGB768424-
CMYK0.1000.710.67
HSL68º55.56%21.18%-
HSV(B)68º71.43%32.94%-
XYZ6.327.942.06-
YUV74.7799.35128.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=41.30%
G=45.65%
B=13.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684240.1000.710.676855.5621.18
Hex4C5418A04743443815
Octal114124301201071031047025
Binary10011001010100110001010010001111000011100010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c5418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,24); }

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

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

 a { background-color: rgb(76,84,24); }

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

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

 span { border-color: rgb(76,84,24); }

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