#488F3A

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

Shades of La Palma #488F3A

Tints of La Palma #488F3A

Color information

#488F3A (or 0x488F3A) is unknown color: approx La Palma. HEX triplet: 48, 8F and 3A. RGB value is (72,143,58). Sum of RGB (Red+Green+Blue) = 72+143+58=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #488F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488F3A is #B770C5. Grayscale: #707070. Windows color (decimal): -12021958 or 3837768. OLE color: 3837768.

HSL color Cylindrical-coordinate representation of color #488F3A: hue angle of 110.12º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488F3A is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB7214358-
CMYK0.5000.590.44
HSL110.12º42.29%39.41%-
HSV(B)110.12º59.44%56.08%-
XYZ13.2621.337.42-
YUV112.0897.4899.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 143 (56.25% from 255) = 52.38%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=26.37%
G=52.38%
B=21.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72143580.5000.590.44110.1242.2939.41
Hex488F3A3203B2C6e2a27
Octal1102177262073541565247
Binary10010001000111111101011001001110111011001101110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488F3A; }

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

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

<style>
 a { background-color: #488F3A; }

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

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

<style>
 span { border-color: #488F3A; }

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

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