#488135

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

Shades of La Palma #488135

Tints of La Palma #488135

Color information

#488135 (or 0x488135) is unknown color: approx La Palma. HEX triplet: 48, 81 and 35. RGB value is (72,129,53). Sum of RGB (Red+Green+Blue) = 72+129+53=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #488135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488135 is #B77ECA. Grayscale: #676767. Windows color (decimal): -12025547 or 3506504. OLE color: 3506504.

HSL color Cylindrical-coordinate representation of color #488135: hue angle of 105º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488135 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB7212953-
CMYK0.4400.590.49
HSL105º41.76%35.69%-
HSV(B)105º58.91%50.59%-
XYZ11.1717.346.13-
YUV103.2999.62105.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=28.35%
G=50.79%
B=20.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129530.4400.590.4910541.7635.69
Hex4881352C03B31692a24
Octal1102016554073611515244
Binary10010001000000111010110110001110111100011101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488135; }

 p { color: rgb(72,129,53); }

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

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

 a { background-color: rgb(72,129,53); }

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

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

 span { border-color: rgb(72,129,53); }

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