#488722

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

Shades of La Palma #488722

Tints of La Palma #488722

Color information

#488722 (or 0x488722) is unknown color: approx La Palma. HEX triplet: 48, 87 and 22. RGB value is (72,135,34). Sum of RGB (Red+Green+Blue) = 72+135+34=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #488722 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488722 is #B778DD. Grayscale: #686868. Windows color (decimal): -12024030 or 2262856. OLE color: 2262856.

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

Color convert

RGB7213534-
CMYK0.4700.750.47
HSL97.43º59.76%33.14%-
HSV(B)97.43º74.81%52.94%-
XYZ11.6318.824.53-
YUV104.6588.13104.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=29.88%
G=56.02%
B=14.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135340.4700.750.4797.4359.7633.14
Hex4887222F04B2F613c21
Octal11020742570113571417441
Binary100100010000111100010101111010010111011111100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488722; }

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

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

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

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

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

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

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

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