#4C6C08

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

Shades of Verdun Green #4C6C08

Tints of Verdun Green #4C6C08

Color information

#4C6C08 (or 0x4C6C08) is unknown color: approx Verdun Green. HEX triplet: 4C, 6C and 08. RGB value is (76,108,8). Sum of RGB (Red+Green+Blue) = 76+108+8=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #4C6C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6C08 is #B393F7. Grayscale: #575757. Windows color (decimal): -11768824 or 552012. OLE color: 552012.

HSL color Cylindrical-coordinate representation of color #4C6C08: hue angle of 79.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C6C08 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB761088-
CMYK0.3000.930.58
HSL79.2º86.21%22.75%-
HSV(B)79.2º92.59%42.35%-
XYZ8.3912.282.16-
YUV87.0383.4120.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=39.58%
G=56.25%
B=4.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7610880.3000.930.5879.286.2122.75
Hex4C6C81E05D3A4f5617
Octal114154103601357211712627
Binary10011001101100100011110010111011110101001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,108,8); }

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

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

 a { background-color: rgb(76,108,8); }

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

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

 span { border-color: rgb(76,108,8); }

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