#48933C

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

Shades of La Palma #48933C

Tints of La Palma #48933C

Color information

#48933C (or 0x48933C) is unknown color: approx La Palma. HEX triplet: 48, 93 and 3C. RGB value is (72,147,60). Sum of RGB (Red+Green+Blue) = 72+147+60=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #48933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48933C is #B76CC3. Grayscale: #727272. Windows color (decimal): -12020932 or 3969864. OLE color: 3969864.

HSL color Cylindrical-coordinate representation of color #48933C: hue angle of 111.72º 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 #48933C is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB7214760-
CMYK0.5100.590.42
HSL111.72º42.03%40.59%-
HSV(B)111.72º59.18%57.65%-
XYZ13.9222.577.9-
YUV114.6697.1597.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=25.81%
G=52.69%
B=21.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147600.5100.590.42111.7242.0340.59
Hex48933C3303B2A702a29
Octal1102237463073521605251
Binary10010001001001111110011001101110111010101110000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48933C; }

 p { color: rgb(72,147,60); }

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

<style>
 a { background-color: #48933C; }

 a { background-color: rgb(72,147,60); }

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

<style>
 span { border-color: #48933C; }

 span { border-color: rgb(72,147,60); }

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