#4E802E

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

Shades of La Palma #4E802E

Tints of La Palma #4E802E

Color information

#4E802E (or 0x4E802E) is unknown color: approx La Palma. HEX triplet: 4E, 80 and 2E. RGB value is (78,128,46). Sum of RGB (Red+Green+Blue) = 78+128+46=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #4E802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E802E is #B17FD1. Grayscale: #676767. Windows color (decimal): -11632594 or 3047502. OLE color: 3047502.

HSL color Cylindrical-coordinate representation of color #4E802E: hue angle of 96.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E802E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB7812846-
CMYK0.3900.640.50
HSL96.59º47.13%34.12%-
HSV(B)96.59º64.06%50.2%-
XYZ11.3517.265.32-
YUV103.795.44109.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=30.95%
G=50.79%
B=18.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78128460.3900.640.5096.5947.1334.12
Hex4E802E2704032612f22
Octal11620056470100621415742
Binary100111010000000101110100111010000001100101100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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