#48953D

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

Shades of La Palma #48953D

Tints of La Palma #48953D

Color information

#48953D (or 0x48953D) is unknown color: approx La Palma. HEX triplet: 48, 95 and 3D. RGB value is (72,149,61). Sum of RGB (Red+Green+Blue) = 72+149+61=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #48953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48953D is #B76AC2. Grayscale: #747474. Windows color (decimal): -12020419 or 4035912. OLE color: 4035912.

HSL color Cylindrical-coordinate representation of color #48953D: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48953D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB7214961-
CMYK0.5200.590.42
HSL112.5º41.9%41.18%-
HSV(B)112.5º59.06%58.43%-
XYZ14.2623.218.14-
YUV115.9496.9996.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=25.53%
G=52.84%
B=21.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149610.5200.590.42112.541.941.18
Hex48953D3403B2A702a29
Octal1102257564073521605251
Binary10010001001010111110111010001110111010101110000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48953D; }

 p { color: rgb(72,149,61); }

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

<style>
 a { background-color: #48953D; }

 a { background-color: rgb(72,149,61); }

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

<style>
 span { border-color: #48953D; }

 span { border-color: rgb(72,149,61); }

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