#4B882A

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

Shades of La Palma #4B882A

Tints of La Palma #4B882A

Color information

#4B882A (or 0x4B882A) is unknown color: approx La Palma. HEX triplet: 4B, 88 and 2A. RGB value is (75,136,42). Sum of RGB (Red+Green+Blue) = 75+136+42=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #4B882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B882A is #B477D5. Grayscale: #6B6B6B. Windows color (decimal): -11827158 or 2787403. OLE color: 2787403.

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

Color convert

RGB7513642-
CMYK0.4500.690.47
HSL98.94º52.81%34.9%-
HSV(B)98.94º69.12%53.33%-
XYZ12.1219.275.27-
YUV107.0491.29105.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=29.64%
G=53.75%
B=16.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136420.4500.690.4798.9452.8134.9
Hex4B882A2D0452F633523
Octal11321052550105571436543
Binary100101110001000101010101101010001011011111100011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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