#4C632C

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

Shades of Green Leaf #4C632C

Tints of Green Leaf #4C632C

Color information

#4C632C (or 0x4C632C) is unknown color: approx Green Leaf. HEX triplet: 4C, 63 and 2C. RGB value is (76,99,44). Sum of RGB (Red+Green+Blue) = 76+99+44=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4C632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C632C is #B39CD3. Grayscale: #565656. Windows color (decimal): -11771092 or 2909004. OLE color: 2909004.

HSL color Cylindrical-coordinate representation of color #4C632C: hue angle of 85.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C632C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB769944-
CMYK0.2300.560.61
HSL85.09º38.46%28.04%-
HSV(B)85.09º55.56%38.82%-
XYZ7.910.644.02-
YUV85.85104.38120.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=34.70%
G=45.21%
B=20.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699440.2300.560.6185.0938.4628.04
Hex4C632C170383D55261c
Octal1141435427070751254634
Binary10011001100011101100101110111000111101101010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,44); }

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

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

 a { background-color: rgb(76,99,44); }

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

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

 span { border-color: rgb(76,99,44); }

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