#488C39

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

Shades of La Palma #488C39

Tints of La Palma #488C39

Color information

#488C39 (or 0x488C39) is unknown color: approx La Palma. HEX triplet: 48, 8C and 39. RGB value is (72,140,57). Sum of RGB (Red+Green+Blue) = 72+140+57=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #488C39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C39 is #B773C6. Grayscale: #6E6E6E. Windows color (decimal): -12022727 or 3771464. OLE color: 3771464.

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

Color convert

RGB7214057-
CMYK0.4900.590.45
HSL109.16º42.13%38.63%-
HSV(B)109.16º59.29%54.9%-
XYZ12.7920.437.14-
YUV110.2197.97100.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 140 (55.08% from 255) = 52.04%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=26.77%
G=52.04%
B=21.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72140570.4900.590.45109.1642.1338.63
Hex488C393103B2D6d2a27
Octal1102147161073551555247
Binary10010001000110011100111000101110111011011101101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,57); }

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

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

 a { background-color: rgb(72,140,57); }

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

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

 span { border-color: rgb(72,140,57); }

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