#488611

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

Shades of La Palma #488611

Tints of La Palma #488611

Color information

#488611 (or 0x488611) is unknown color: approx La Palma. HEX triplet: 48, 86 and 11. RGB value is (72,134,17). Sum of RGB (Red+Green+Blue) = 72+134+17=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #488611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488611 is #B779EE. Grayscale: #666666. Windows color (decimal): -12024303 or 1148488. OLE color: 1148488.

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

Color convert

RGB7213417-
CMYK0.4600.870.47
HSL91.79º77.48%29.61%-
HSV(B)91.79º87.31%52.55%-
XYZ11.318.473.5-
YUV102.1279.96106.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=32.29%
G=60.09%
B=7.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134170.4600.870.4791.7977.4829.61
Hex4886112E0572F5c4d1e
Octal110206215601275713411536
Binary10010001000011010001101110010101111011111011100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488611; }

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

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

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

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

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

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

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

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