#48912B

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

Shades of La Palma #48912B

Tints of La Palma #48912B

Color information

#48912B (or 0x48912B) is unknown color: approx La Palma. HEX triplet: 48, 91 and 2B. RGB value is (72,145,43). Sum of RGB (Red+Green+Blue) = 72+145+43=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #48912B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48912B is #B76ED4. Grayscale: #6F6F6F. Windows color (decimal): -12021461 or 2855240. OLE color: 2855240.

HSL color Cylindrical-coordinate representation of color #48912B: hue angle of 102.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48912B is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB7214543-
CMYK0.5000.700.43
HSL102.94º54.26%36.86%-
HSV(B)102.94º70.34%56.86%-
XYZ13.2321.85.8-
YUV111.5489.3299.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=27.69%
G=55.77%
B=16.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145430.5000.700.43102.9454.2636.86
Hex48912B320462B673625
Octal11022153620106531476645
Binary100100010010001101011110010010001101010111100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48912B; }

 p { color: rgb(72,145,43); }

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

<style>
 a { background-color: #48912B; }

 a { background-color: rgb(72,145,43); }

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

<style>
 span { border-color: #48912B; }

 span { border-color: rgb(72,145,43); }

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