#48890A

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

Shades of La Palma #48890A

Tints of La Palma #48890A

Color information

#48890A (or 0x48890A) is unknown color: approx La Palma. HEX triplet: 48, 89 and 0A. RGB value is (72,137,10). Sum of RGB (Red+Green+Blue) = 72+137+10=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #48890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48890A is #B776F5. Grayscale: #676767. Windows color (decimal): -12023542 or 690504. OLE color: 690504.

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

Color convert

RGB7213710-
CMYK0.4700.930.46
HSL90.71º86.39%28.82%-
HSV(B)90.71º92.7%53.73%-
XYZ11.6719.293.4-
YUV103.0975.47105.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 137 (53.91% from 255) = 62.56%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=32.88%
G=62.56%
B=4.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137100.4700.930.4690.7186.3928.82
Hex4889A2F05D2E5b561d
Octal110211125701355613312635
Binary1001000100010011010101111010111011011101011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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