#4C6527

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

Shades of Green Leaf #4C6527

Tints of Green Leaf #4C6527

Color information

#4C6527 (or 0x4C6527) is unknown color: approx Green Leaf. HEX triplet: 4C, 65 and 27. RGB value is (76,101,39). Sum of RGB (Red+Green+Blue) = 76+101+39=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6527 is #B39AD8. Grayscale: #565656. Windows color (decimal): -11770585 or 2581836. OLE color: 2581836.

HSL color Cylindrical-coordinate representation of color #4C6527: hue angle of 84.19º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C6527 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB7610139-
CMYK0.2500.610.60
HSL84.19º44.29%27.45%-
HSV(B)84.19º61.39%39.61%-
XYZ810.993.62-
YUV86.46101.22120.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=35.19%
G=46.76%
B=18.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76101390.2500.610.6084.1944.2927.45
Hex4C65271903D3C542c1b
Octal1141454731075741245433
Binary10011001100101100111110010111101111100101010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,39); }

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

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

 a { background-color: rgb(76,101,39); }

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

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

 span { border-color: rgb(76,101,39); }

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