#4E8D2E

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

Shades of La Palma #4E8D2E

Tints of La Palma #4E8D2E

Color information

#4E8D2E (or 0x4E8D2E) is unknown color: approx La Palma. HEX triplet: 4E, 8D and 2E. RGB value is (78,141,46). Sum of RGB (Red+Green+Blue) = 78+141+46=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D2E is #B172D1. Grayscale: #6F6F6F. Windows color (decimal): -11629266 or 3050830. OLE color: 3050830.

HSL color Cylindrical-coordinate representation of color #4E8D2E: hue angle of 99.79º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E8D2E is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB7814146-
CMYK0.4500.670.45
HSL99.79º50.8%36.67%-
HSV(B)99.79º67.38%55.29%-
XYZ13.1620.875.92-
YUV111.3391.13104.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 141 (55.47% from 255) = 53.21%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=29.43%
G=53.21%
B=17.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78141460.4500.670.4599.7950.836.67
Hex4E8D2E2D0432D643325
Octal11621556550103551446345
Binary100111010001101101110101101010000111011011100100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,141,46); }

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

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

 a { background-color: rgb(78,141,46); }

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

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

 span { border-color: rgb(78,141,46); }

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