#4E821F

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

Shades of La Palma #4E821F

Tints of La Palma #4E821F

Color information

#4E821F (or 0x4E821F) is unknown color: approx La Palma. HEX triplet: 4E, 82 and 1F. RGB value is (78,130,31). Sum of RGB (Red+Green+Blue) = 78+130+31=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #4E821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E821F is #B17DE0. Grayscale: #676767. Windows color (decimal): -11632097 or 2064974. OLE color: 2064974.

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

Color convert

RGB7813031-
CMYK0.4000.760.49
HSL91.52º61.49%31.57%-
HSV(B)91.52º76.15%50.98%-
XYZ11.3717.684.11-
YUV103.1787.27110.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=32.64%
G=54.39%
B=12.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78130310.4000.760.4991.5261.4931.57
Hex4E821F2804C315c3d20
Octal11620237500114611347540
Binary10011101000001011111101000010011001100011011100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,31); }

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

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

 a { background-color: rgb(78,130,31); }

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

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

 span { border-color: rgb(78,130,31); }

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