#4C5006

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

Shades of Verdun Green #4C5006

Tints of Verdun Green #4C5006

Color information

#4C5006 (or 0x4C5006) is unknown color: approx Verdun Green. HEX triplet: 4C, 50 and 06. RGB value is (76,80,6). Sum of RGB (Red+Green+Blue) = 76+80+6=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5006 is #B3AFF9. Grayscale: #464646. Windows color (decimal): -11775994 or 413772. OLE color: 413772.

HSL color Cylindrical-coordinate representation of color #4C5006: hue angle of 63.24º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C5006 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB76806-
CMYK0.0500.920.69
HSL63.24º86.05%16.86%-
HSV(B)63.24º92.5%31.37%-
XYZ5.887.291.27-
YUV70.3791.67132.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=46.91%
G=49.38%
B=3.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal768060.0500.920.6963.2486.0516.86
Hex4C506505C453f5611
Octal1141206501341057712621
Binary10011001010000110101010111001000101111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,6); }

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

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

 a { background-color: rgb(76,80,6); }

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

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

 span { border-color: rgb(76,80,6); }

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