#4E812E

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

Shades of La Palma #4E812E

Tints of La Palma #4E812E

Color information

#4E812E (or 0x4E812E) is unknown color: approx La Palma. HEX triplet: 4E, 81 and 2E. RGB value is (78,129,46). Sum of RGB (Red+Green+Blue) = 78+129+46=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #4E812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E812E is #B17ED1. Grayscale: #686868. Windows color (decimal): -11632338 or 3047758. OLE color: 3047758.

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

Color convert

RGB7812946-
CMYK0.4000.640.49
HSL96.87º47.43%34.31%-
HSV(B)96.87º64.34%50.59%-
XYZ11.4917.525.36-
YUV104.2995.1109.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=30.83%
G=50.99%
B=18.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78129460.4000.640.4996.8747.4334.31
Hex4E812E2804031612f22
Octal11620156500100611415742
Binary100111010000001101110101000010000001100011100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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