#48983C

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

Shades of La Palma #48983C

Tints of La Palma #48983C

Color information

#48983C (or 0x48983C) is unknown color: approx La Palma. HEX triplet: 48, 98 and 3C. RGB value is (72,152,60). Sum of RGB (Red+Green+Blue) = 72+152+60=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #48983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48983C is #B767C3. Grayscale: #757575. Windows color (decimal): -12019652 or 3971144. OLE color: 3971144.

HSL color Cylindrical-coordinate representation of color #48983C: hue angle of 112.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48983C is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB7215260-
CMYK0.5300.610.40
HSL112.17º43.4%41.57%-
HSV(B)112.17º60.53%59.61%-
XYZ14.7224.168.16-
YUV117.5995.595.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=25.35%
G=53.52%
B=21.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152600.5300.610.40112.1743.441.57
Hex48983C3503D28702b2a
Octal1102307465075501605352
Binary10010001001100011110011010101111011010001110000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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