#488236

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

Shades of La Palma #488236

Tints of La Palma #488236

Color information

#488236 (or 0x488236) is unknown color: approx La Palma. HEX triplet: 48, 82 and 36. RGB value is (72,130,54). Sum of RGB (Red+Green+Blue) = 72+130+54=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #488236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488236 is #B77DC9. Grayscale: #686868. Windows color (decimal): -12025290 or 3572296. OLE color: 3572296.

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

Color convert

RGB7213054-
CMYK0.4500.580.49
HSL105.79º41.3%36.08%-
HSV(B)105.79º58.46%50.98%-
XYZ11.3217.616.29-
YUV103.9999.78105.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=28.12%
G=50.78%
B=21.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130540.4500.580.49105.7941.336.08
Hex4882362D03A316a2924
Octal1102026655072611525144
Binary10010001000001011011010110101110101100011101010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488236; }

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

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

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

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

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

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

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

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