#48890F

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

Shades of La Palma #48890F

Tints of La Palma #48890F

Color information

#48890F (or 0x48890F) is unknown color: approx La Palma. HEX triplet: 48, 89 and 0F. RGB value is (72,137,15). Sum of RGB (Red+Green+Blue) = 72+137+15=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #48890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48890F is #B776F0. Grayscale: #686868. Windows color (decimal): -12023537 or 1018184. OLE color: 1018184.

HSL color Cylindrical-coordinate representation of color #48890F: hue angle of 91.97º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48890F is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB7213715-
CMYK0.4700.890.46
HSL91.97º80.26%29.8%-
HSV(B)91.97º89.05%53.73%-
XYZ11.719.33.56-
YUV103.6677.97105.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 137 (53.91% from 255) = 61.16%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=32.14%
G=61.16%
B=6.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137150.4700.890.4691.9780.2629.8
Hex4889F2F0592E5c501e
Octal110211175701315613412036
Binary1001000100010011111101111010110011011101011100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48890F; }

 p { color: rgb(72,137,15); }

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

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

 a { background-color: rgb(72,137,15); }

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

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

 span { border-color: rgb(72,137,15); }

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