#4E9528

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

Shades of La Palma #4E9528

Tints of La Palma #4E9528

Color information

#4E9528 (or 0x4E9528) is unknown color: approx La Palma. HEX triplet: 4E, 95 and 28. RGB value is (78,149,40). Sum of RGB (Red+Green+Blue) = 78+149+40=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9528 is #B16AD7. Grayscale: #737373. Windows color (decimal): -11627224 or 2659662. OLE color: 2659662.

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

Color convert

RGB7814940-
CMYK0.4800.730.42
HSL99.08º57.67%37.06%-
HSV(B)99.08º73.15%58.43%-
XYZ14.2723.275.75-
YUV115.3485.48101.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=29.21%
G=55.81%
B=14.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149400.4800.730.4299.0857.6737.06
Hex4E9528300492A633a25
Octal11622550600111521437245
Binary100111010010101101000110000010010011010101100011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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