#4B882E

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

Shades of La Palma #4B882E

Tints of La Palma #4B882E

Color information

#4B882E (or 0x4B882E) is unknown color: approx La Palma. HEX triplet: 4B, 88 and 2E. RGB value is (75,136,46). Sum of RGB (Red+Green+Blue) = 75+136+46=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #4B882E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B882E is #B477D1. Grayscale: #6B6B6B. Windows color (decimal): -11827154 or 3049547. OLE color: 3049547.

HSL color Cylindrical-coordinate representation of color #4B882E: hue angle of 100.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B882E is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB7513646-
CMYK0.4500.660.47
HSL100.67º49.45%35.69%-
HSV(B)100.67º66.18%53.33%-
XYZ12.219.35.67-
YUV107.593.29104.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=29.18%
G=52.92%
B=17.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136460.4500.660.47100.6749.4535.69
Hex4B882E2D0422F653124
Octal11321056550102571456144
Binary100101110001000101110101101010000101011111100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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