#48903A

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

Shades of La Palma #48903A

Tints of La Palma #48903A

Color information

#48903A (or 0x48903A) is unknown color: approx La Palma. HEX triplet: 48, 90 and 3A. RGB value is (72,144,58). Sum of RGB (Red+Green+Blue) = 72+144+58=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #48903A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48903A is #B76FC5. Grayscale: #707070. Windows color (decimal): -12021702 or 3838024. OLE color: 3838024.

HSL color Cylindrical-coordinate representation of color #48903A: hue angle of 110.23º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48903A is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB7214458-
CMYK0.5000.600.44
HSL110.23º42.57%39.61%-
HSV(B)110.23º59.72%56.47%-
XYZ13.4121.637.47-
YUV112.6797.1598.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 144 (56.64% from 255) = 52.55%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=26.28%
G=52.55%
B=21.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144580.5000.600.44110.2342.5739.61
Hex48903A3203C2C6e2b28
Octal1102207262074541565350
Binary10010001001000011101011001001111001011001101110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48903A; }

 p { color: rgb(72,144,58); }

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

<style>
 a { background-color: #48903A; }

 a { background-color: rgb(72,144,58); }

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

<style>
 span { border-color: #48903A; }

 span { border-color: rgb(72,144,58); }

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