#488533

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

Shades of La Palma #488533

Tints of La Palma #488533

Color information

#488533 (or 0x488533) is unknown color: approx La Palma. HEX triplet: 48, 85 and 33. RGB value is (72,133,51). Sum of RGB (Red+Green+Blue) = 72+133+51=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #488533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488533 is #B77ACC. Grayscale: #696969. Windows color (decimal): -12024525 or 3376456. OLE color: 3376456.

HSL color Cylindrical-coordinate representation of color #488533: hue angle of 104.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488533 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB7213351-
CMYK0.4600.620.48
HSL104.63º44.57%36.08%-
HSV(B)104.63º61.65%52.16%-
XYZ11.6618.396.07-
YUV105.4197.29104.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=28.12%
G=51.95%
B=19.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133510.4600.620.48104.6344.5736.08
Hex4885332E03E30692d24
Octal1102056356076601515544
Binary10010001000010111001110111001111101100001101001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488533; }

 p { color: rgb(72,133,51); }

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

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

 a { background-color: rgb(72,133,51); }

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

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

 span { border-color: rgb(72,133,51); }

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