#488D19

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

Shades of La Palma #488D19

Tints of La Palma #488D19

Color information

#488D19 (or 0x488D19) is unknown color: approx La Palma. HEX triplet: 48, 8D and 19. RGB value is (72,141,25). Sum of RGB (Red+Green+Blue) = 72+141+25=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #488D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488D19 is #B772E6. Grayscale: #6B6B6B. Windows color (decimal): -12022503 or 1674568. OLE color: 1674568.

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

Color convert

RGB7214125-
CMYK0.4900.820.45
HSL95.69º69.88%32.55%-
HSV(B)95.69º82.27%55.29%-
XYZ12.3720.54.22-
YUV107.1481.64102.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 141 (55.47% from 255) = 59.24%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=30.25%
G=59.24%
B=10.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141250.4900.820.4595.6969.8832.55
Hex488D19310522D604621
Octal110215316101225514010641
Binary100100010001101110011100010101001010110111000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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