#4B913A

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

Shades of La Palma #4B913A

Tints of La Palma #4B913A

Color information

#4B913A (or 0x4B913A) is unknown color: approx La Palma. HEX triplet: 4B, 91 and 3A. RGB value is (75,145,58). Sum of RGB (Red+Green+Blue) = 75+145+58=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #4B913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B913A is #B46EC5. Grayscale: #727272. Windows color (decimal): -11824838 or 3838283. OLE color: 3838283.

HSL color Cylindrical-coordinate representation of color #4B913A: hue angle of 108.28º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B913A is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB7514558-
CMYK0.4800.60.43
HSL108.28º42.86%39.8%-
HSV(B)108.28º60%56.86%-
XYZ13.7922.057.53-
YUV114.1596.31100.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=26.98%
G=52.16%
B=20.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75145580.4800.60.43108.2842.8639.8
Hex4B913A3003C2B6c2b28
Octal1132217260074531545350
Binary10010111001000111101011000001111001010111101100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,145,58); }

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

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

 a { background-color: rgb(75,145,58); }

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

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

 span { border-color: rgb(75,145,58); }

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