#4B8E2E

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

Shades of La Palma #4B8E2E

Tints of La Palma #4B8E2E

Color information

#4B8E2E (or 0x4B8E2E) is unknown color: approx La Palma. HEX triplet: 4B, 8E and 2E. RGB value is (75,142,46). Sum of RGB (Red+Green+Blue) = 75+142+46=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8E2E is #B471D1. Grayscale: #6F6F6F. Windows color (decimal): -11825618 or 3051083. OLE color: 3051083.

HSL color Cylindrical-coordinate representation of color #4B8E2E: hue angle of 101.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B8E2E is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB7514246-
CMYK0.4700.680.44
HSL101.88º51.06%36.86%-
HSV(B)101.88º67.61%55.69%-
XYZ13.0721.045.96-
YUV111.0291.3102.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=28.52%
G=53.99%
B=17.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142460.4700.680.44101.8851.0636.86
Hex4B8E2E2F0442C663325
Octal11321656570104541466345
Binary100101110001110101110101111010001001011001100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,46); }

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

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

 a { background-color: rgb(75,142,46); }

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

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

 span { border-color: rgb(75,142,46); }

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