#4C882A

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

Shades of La Palma #4C882A

Tints of La Palma #4C882A

Color information

#4C882A (or 0x4C882A) is unknown color: approx La Palma. HEX triplet: 4C, 88 and 2A. RGB value is (76,136,42). Sum of RGB (Red+Green+Blue) = 76+136+42=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #4C882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C882A is #B377D5. Grayscale: #6B6B6B. Windows color (decimal): -11761622 or 2787404. OLE color: 2787404.

HSL color Cylindrical-coordinate representation of color #4C882A: hue angle of 98.3º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C882A is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7613642-
CMYK0.4400.690.47
HSL98.3º52.81%34.9%-
HSV(B)98.3º69.12%53.33%-
XYZ12.219.315.27-
YUV107.3491.12105.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=29.92%
G=53.54%
B=16.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76136420.4400.690.4798.352.8134.9
Hex4C882A2C0452F623523
Octal11421052540105571426543
Binary100110010001000101010101100010001011011111100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,136,42); }

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

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

 a { background-color: rgb(76,136,42); }

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

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

 span { border-color: rgb(76,136,42); }

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