#4C6008

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

Shades of Verdun Green #4C6008

Tints of Verdun Green #4C6008

Color information

#4C6008 (or 0x4C6008) is unknown color: approx Verdun Green. HEX triplet: 4C, 60 and 08. RGB value is (76,96,8). Sum of RGB (Red+Green+Blue) = 76+96+8=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6008 is #B39FF7. Grayscale: #505050. Windows color (decimal): -11771896 or 548940. OLE color: 548940.

HSL color Cylindrical-coordinate representation of color #4C6008: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C6008 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB76968-
CMYK0.2100.920.62
HSL73.64º84.62%20.39%-
HSV(B)73.64º91.67%37.65%-
XYZ7.219.921.76-
YUV79.9987.37125.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.22%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=42.22%
G=53.33%
B=4.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal769680.2100.920.6273.6484.6220.39
Hex4C6081505C3E4a5514
Octal114140102501347611212524
Binary10011001100000100010101010111001111101001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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