#4C560F

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

Shades of Verdun Green #4C560F

Tints of Verdun Green #4C560F

Color information

#4C560F (or 0x4C560F) is unknown color: approx Verdun Green. HEX triplet: 4C, 56 and 0F. RGB value is (76,86,15). Sum of RGB (Red+Green+Blue) = 76+86+15=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #4C560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C560F is #B3A9F0. Grayscale: #4B4B4B. Windows color (decimal): -11774449 or 1005132. OLE color: 1005132.

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

Color convert

RGB768615-
CMYK0.1200.830.66
HSL68.45º70.3%19.8%-
HSV(B)68.45º82.56%33.73%-
XYZ6.398.231.7-
YUV74.9294.19128.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=42.94%
G=48.59%
B=8.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686150.1200.830.6668.4570.319.8
Hex4C56FC05342444614
Octal1141261714012310210410624
Binary10011001010110111111000101001110000101000100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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