#4E802F

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

Shades of La Palma #4E802F

Tints of La Palma #4E802F

Color information

#4E802F (or 0x4E802F) is unknown color: approx La Palma. HEX triplet: 4E, 80 and 2F. RGB value is (78,128,47). Sum of RGB (Red+Green+Blue) = 78+128+47=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #4E802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E802F is #B17FD0. Grayscale: #686868. Windows color (decimal): -11632593 or 3113038. OLE color: 3113038.

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

Color convert

RGB7812847-
CMYK0.3900.630.50
HSL97.04º46.29%34.31%-
HSV(B)97.04º63.28%50.2%-
XYZ11.3717.265.42-
YUV103.8295.94109.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=30.83%
G=50.59%
B=18.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78128470.3900.630.5097.0446.2934.31
Hex4E802F2703F32612e22
Octal1162005747077621415642
Binary10011101000000010111110011101111111100101100001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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