#488522

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

Shades of La Palma #488522

Tints of La Palma #488522

Color information

#488522 (or 0x488522) is unknown color: approx La Palma. HEX triplet: 48, 85 and 22. RGB value is (72,133,34). Sum of RGB (Red+Green+Blue) = 72+133+34=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #488522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488522 is #B77ADD. Grayscale: #676767. Windows color (decimal): -12024542 or 2262344. OLE color: 2262344.

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

Color convert

RGB7213334-
CMYK0.4600.740.48
HSL96.97º59.28%32.75%-
HSV(B)96.97º74.44%52.16%-
XYZ11.3518.274.44-
YUV103.4888.79105.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=30.13%
G=55.65%
B=14.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133340.4600.740.4896.9759.2832.75
Hex4885222E04A30613b21
Octal11020542560112601417341
Binary100100010000101100010101110010010101100001100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488522; }

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

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

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

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

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

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

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

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