#4E953E

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

Shades of La Palma #4E953E

Tints of La Palma #4E953E

Color information

#4E953E (or 0x4E953E) is unknown color: approx La Palma. HEX triplet: 4E, 95 and 3E. RGB value is (78,149,62). Sum of RGB (Red+Green+Blue) = 78+149+62=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #4E953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E953E is #B16AC1. Grayscale: #767676. Windows color (decimal): -11627202 or 4101454. OLE color: 4101454.

HSL color Cylindrical-coordinate representation of color #4E953E: hue angle of 108.97º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E953E is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB7814962-
CMYK0.4800.580.42
HSL108.97º41.23%41.37%-
HSV(B)108.97º58.39%58.43%-
XYZ14.7623.468.31-
YUV117.8596.4899.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=26.99%
G=51.56%
B=21.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149620.4800.580.42108.9741.2341.37
Hex4E953E3003A2A6d2929
Octal1162257660072521555151
Binary10011101001010111111011000001110101010101101101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,62); }

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

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

 a { background-color: rgb(78,149,62); }

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

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

 span { border-color: rgb(78,149,62); }

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