#48983B

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

Shades of La Palma #48983B

Tints of La Palma #48983B

Color information

#48983B (or 0x48983B) is unknown color: approx La Palma. HEX triplet: 48, 98 and 3B. RGB value is (72,152,59). Sum of RGB (Red+Green+Blue) = 72+152+59=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #48983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48983B is #B767C4. Grayscale: #757575. Windows color (decimal): -12019653 or 3905608. OLE color: 3905608.

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

Color convert

RGB7215259-
CMYK0.5300.610.40
HSL111.61º44.08%41.37%-
HSV(B)111.61º61.18%59.61%-
XYZ14.6924.158.02-
YUV117.489595.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=25.44%
G=53.71%
B=20.85%

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
Decimal72152590.5300.610.40111.6144.0841.37
Hex48983B3503D28702c29
Octal1102307365075501605451
Binary10010001001100011101111010101111011010001110000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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