#488632

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

Shades of La Palma #488632

Tints of La Palma #488632

Color information

#488632 (or 0x488632) is unknown color: approx La Palma. HEX triplet: 48, 86 and 32. RGB value is (72,134,50). Sum of RGB (Red+Green+Blue) = 72+134+50=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #488632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488632 is #B779CD. Grayscale: #6A6A6A. Windows color (decimal): -12024270 or 3311176. OLE color: 3311176.

HSL color Cylindrical-coordinate representation of color #488632: hue angle of 104.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488632 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB7213450-
CMYK0.4600.630.47
HSL104.29º45.65%36.08%-
HSV(B)104.29º62.69%52.55%-
XYZ11.7718.666-
YUV105.8996.46103.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=28.12%
G=52.34%
B=19.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134500.4600.630.47104.2945.6536.08
Hex4886322E03F2F682e24
Octal1102066256077571505644
Binary10010001000011011001010111001111111011111101000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488632; }

 p { color: rgb(72,134,50); }

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

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

 a { background-color: rgb(72,134,50); }

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

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

 span { border-color: rgb(72,134,50); }

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