#4C732B

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

Shades of Green Leaf #4C732B

Tints of Green Leaf #4C732B

Color information

#4C732B (or 0x4C732B) is unknown color: approx Green Leaf. HEX triplet: 4C, 73 and 2B. RGB value is (76,115,43). Sum of RGB (Red+Green+Blue) = 76+115+43=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #4C732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C732B is #B38CD4. Grayscale: #5F5F5F. Windows color (decimal): -11766997 or 2847564. OLE color: 2847564.

HSL color Cylindrical-coordinate representation of color #4C732B: hue angle of 92.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C732B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB7611543-
CMYK0.3400.630.55
HSL92.5º45.57%30.98%-
HSV(B)92.5º62.61%45.1%-
XYZ9.5513.974.48-
YUV95.1398.58114.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.48%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=32.48%
G=49.15%
B=18.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76115430.3400.630.5592.545.5730.98
Hex4C732B2203F375c2e1f
Octal1141635342077671345637
Binary100110011100111010111000100111111110111101110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,43); }

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

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

 a { background-color: rgb(76,115,43); }

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

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

 span { border-color: rgb(76,115,43); }

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