#48983A

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

Shades of La Palma #48983A

Tints of La Palma #48983A

Color information

#48983A (or 0x48983A) is unknown color: approx La Palma. HEX triplet: 48, 98 and 3A. RGB value is (72,152,58). Sum of RGB (Red+Green+Blue) = 72+152+58=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #48983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48983A is #B767C5. Grayscale: #757575. Windows color (decimal): -12019654 or 3840072. OLE color: 3840072.

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

Color convert

RGB7215258-
CMYK0.5300.620.40
HSL111.06º44.76%41.18%-
HSV(B)111.06º61.84%59.61%-
XYZ14.6624.147.89-
YUV117.3694.595.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=25.53%
G=53.90%
B=20.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152580.5300.620.40111.0644.7641.18
Hex48983A3503E286f2d29
Octal1102307265076501575551
Binary10010001001100011101011010101111101010001101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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