#48913B

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

Shades of La Palma #48913B

Tints of La Palma #48913B

Color information

#48913B (or 0x48913B) is unknown color: approx La Palma. HEX triplet: 48, 91 and 3B. RGB value is (72,145,59). Sum of RGB (Red+Green+Blue) = 72+145+59=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #48913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48913B is #B76EC4. Grayscale: #717171. Windows color (decimal): -12021445 or 3903816. OLE color: 3903816.

HSL color Cylindrical-coordinate representation of color #48913B: hue angle of 110.93º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48913B is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB7214559-
CMYK0.5000.590.43
HSL110.93º42.16%40%-
HSV(B)110.93º59.31%56.86%-
XYZ13.5921.947.66-
YUV113.3797.3298.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=26.09%
G=52.54%
B=21.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145590.5000.590.43110.9342.1640
Hex48913B3203B2B6f2a28
Octal1102217362073531575250
Binary10010001001000111101111001001110111010111101111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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