#4E9B2A

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

Shades of La Palma #4E9B2A

Tints of La Palma #4E9B2A

Color information

#4E9B2A (or 0x4E9B2A) is unknown color: approx La Palma. HEX triplet: 4E, 9B and 2A. RGB value is (78,155,42). Sum of RGB (Red+Green+Blue) = 78+155+42=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9B2A is #B164D5. Grayscale: #777777. Windows color (decimal): -11625686 or 2792270. OLE color: 2792270.

HSL color Cylindrical-coordinate representation of color #4E9B2A: hue angle of 100.88º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E9B2A is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB7815542-
CMYK0.5000.730.39
HSL100.88º57.36%38.63%-
HSV(B)100.88º72.9%60.78%-
XYZ15.2825.236.25-
YUV119.184.4998.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=28.36%
G=56.36%
B=15.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78155420.5000.730.39100.8857.3638.63
Hex4E9B2A3204927653927
Octal11623352620111471457147
Binary100111010011011101010110010010010011001111100101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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