#4E882A

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

Shades of La Palma #4E882A

Tints of La Palma #4E882A

Color information

#4E882A (or 0x4E882A) is unknown color: approx La Palma. HEX triplet: 4E, 88 and 2A. RGB value is (78,136,42). Sum of RGB (Red+Green+Blue) = 78+136+42=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #4E882A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E882A is #B177D5. Grayscale: #6C6C6C. Windows color (decimal): -11630550 or 2787406. OLE color: 2787406.

HSL color Cylindrical-coordinate representation of color #4E882A: hue angle of 97.02º 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 #4E882A is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7813642-
CMYK0.4300.690.47
HSL97.02º52.81%34.9%-
HSV(B)97.02º69.12%53.33%-
XYZ12.3619.45.28-
YUV107.9490.78106.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.47%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=30.47%
G=53.12%
B=16.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78136420.4300.690.4797.0252.8134.9
Hex4E882A2B0452F613523
Octal11621052530105571416543
Binary100111010001000101010101011010001011011111100001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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