#488235

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

Shades of La Palma #488235

Tints of La Palma #488235

Color information

#488235 (or 0x488235) is unknown color: approx La Palma. HEX triplet: 48, 82 and 35. RGB value is (72,130,53). Sum of RGB (Red+Green+Blue) = 72+130+53=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #488235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488235 is #B77DCA. Grayscale: #686868. Windows color (decimal): -12025291 or 3506760. OLE color: 3506760.

HSL color Cylindrical-coordinate representation of color #488235: hue angle of 105.19º 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 #488235 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB7213053-
CMYK0.4500.590.49
HSL105.19º42.08%35.88%-
HSV(B)105.19º59.23%50.98%-
XYZ11.317.66.17-
YUV103.8899.28105.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=28.24%
G=50.98%
B=20.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130530.4500.590.49105.1942.0835.88
Hex4882352D03B31692a24
Octal1102026555073611515244
Binary10010001000001011010110110101110111100011101001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488235; }

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

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

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

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

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

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

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

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