#4C5605

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

Shades of Verdun Green #4C5605

Tints of Verdun Green #4C5605

Color information

#4C5605 (or 0x4C5605) is unknown color: approx Verdun Green. HEX triplet: 4C, 56 and 05. RGB value is (76,86,5). Sum of RGB (Red+Green+Blue) = 76+86+5=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5605 is #B3A9FA. Grayscale: #4A4A4A. Windows color (decimal): -11774459 or 349772. OLE color: 349772.

HSL color Cylindrical-coordinate representation of color #4C5605: hue angle of 67.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C5605 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB76865-
CMYK0.1200.940.66
HSL67.41º89.01%17.84%-
HSV(B)67.41º94.19%33.73%-
XYZ6.348.21.39-
YUV73.7889.19129.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=45.51%
G=51.50%
B=2.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal768650.1200.940.6667.4189.0117.84
Hex4C565C05E42435912
Octal114126514013610210313122
Binary1001100101011010111000101111010000101000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,86,5); }

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

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

 a { background-color: rgb(76,86,5); }

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

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

 span { border-color: rgb(76,86,5); }

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