#4C510C

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

Shades of Verdun Green #4C510C

Tints of Verdun Green #4C510C

Color information

#4C510C (or 0x4C510C) is unknown color: approx Verdun Green. HEX triplet: 4C, 51 and 0C. RGB value is (76,81,12). Sum of RGB (Red+Green+Blue) = 76+81+12=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #4C510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C510C is #B3AEF3. Grayscale: #474747. Windows color (decimal): -11775732 or 807244. OLE color: 807244.

HSL color Cylindrical-coordinate representation of color #4C510C: hue angle of 64.35º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C510C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB768112-
CMYK0.0600.850.68
HSL64.35º74.19%18.24%-
HSV(B)64.35º85.19%31.76%-
XYZ5.997.451.47-
YUV71.6494.34131.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.97%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=44.97%
G=47.93%
B=7.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681120.0600.850.6864.3574.1918.24
Hex4C51C605544404a12
Octal114121146012510410011222
Binary1001100101000111001100101010110001001000000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,12); }

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

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

 a { background-color: rgb(76,81,12); }

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

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

 span { border-color: rgb(76,81,12); }

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