#4C8932

Color #4C8932 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4C8932

Tints of La Palma #4C8932

Color information

#4C8932 (or 0x4C8932) is unknown color: approx La Palma. HEX triplet: 4C, 89 and 32. RGB value is (76,137,50). Sum of RGB (Red+Green+Blue) = 76+137+50=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #4C8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8932 is #B376CD. Grayscale: #6D6D6D. Windows color (decimal): -11761358 or 3311948. OLE color: 3311948.

HSL color Cylindrical-coordinate representation of color #4C8932: hue angle of 102.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C8932 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB7613750-
CMYK0.4500.640.46
HSL102.07º46.52%36.67%-
HSV(B)102.07º63.5%53.73%-
XYZ12.519.666.15-
YUV108.8494.79104.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=28.90%
G=52.09%
B=19.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76137500.4500.640.46102.0746.5236.67
Hex4C89322D0402E662f25
Octal11421162550100561465745
Binary100110010001001110010101101010000001011101100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,50); }

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

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

 a { background-color: rgb(76,137,50); }

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

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

 span { border-color: rgb(76,137,50); }

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