#4E952A

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

Shades of La Palma #4E952A

Tints of La Palma #4E952A

Color information

#4E952A (or 0x4E952A) is unknown color: approx La Palma. HEX triplet: 4E, 95 and 2A. RGB value is (78,149,42). Sum of RGB (Red+Green+Blue) = 78+149+42=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #4E952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E952A is #B16AD5. Grayscale: #737373. Windows color (decimal): -11627222 or 2790734. OLE color: 2790734.

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

Color convert

RGB7814942-
CMYK0.4800.720.42
HSL99.81º56.02%37.45%-
HSV(B)99.81º71.81%58.43%-
XYZ14.3123.285.93-
YUV115.5786.48101.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=29.00%
G=55.39%
B=15.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149420.4800.720.4299.8156.0237.45
Hex4E952A300482A643825
Octal11622552600110521447045
Binary100111010010101101010110000010010001010101100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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