#488D3C

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

Shades of La Palma #488D3C

Tints of La Palma #488D3C

Color information

#488D3C (or 0x488D3C) is unknown color: approx La Palma. HEX triplet: 48, 8D and 3C. RGB value is (72,141,60). Sum of RGB (Red+Green+Blue) = 72+141+60=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #488D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D3C is #B772C3. Grayscale: #6F6F6F. Windows color (decimal): -12022468 or 3968328. OLE color: 3968328.

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

Color convert

RGB7214160-
CMYK0.4900.570.45
HSL111.11º40.3%39.41%-
HSV(B)111.11º57.45%55.29%-
XYZ13.0120.757.59-
YUV111.1499.14100.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=26.37%
G=51.65%
B=21.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141600.4900.570.45111.1140.339.41
Hex488D3C310392D6f2827
Octal1102157461071551575047
Binary10010001000110111110011000101110011011011101111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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