#4B8133

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

Shades of La Palma #4B8133

Tints of La Palma #4B8133

Color information

#4B8133 (or 0x4B8133) is unknown color: approx La Palma. HEX triplet: 4B, 81 and 33. RGB value is (75,129,51). Sum of RGB (Red+Green+Blue) = 75+129+51=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8133 is #B47ECC. Grayscale: #686868. Windows color (decimal): -11828941 or 3375435. OLE color: 3375435.

HSL color Cylindrical-coordinate representation of color #4B8133: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B8133 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB7512951-
CMYK0.4200.600.49
HSL101.54º43.33%35.29%-
HSV(B)101.54º60.47%50.59%-
XYZ11.3517.445.9-
YUV103.9698.11107.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 51 (20.31% from 255) = 20%
R=29.41%
G=50.59%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129510.4200.600.49101.5443.3335.29
Hex4B81332A03C31662b23
Octal1132016352074611465343
Binary10010111000000111001110101001111001100011100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,129,51); }

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

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

 a { background-color: rgb(75,129,51); }

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

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

 span { border-color: rgb(75,129,51); }

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