#48900A

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

Shades of La Palma #48900A

Tints of La Palma #48900A

Color information

#48900A (or 0x48900A) is unknown color: approx La Palma. HEX triplet: 48, 90 and 0A. RGB value is (72,144,10). Sum of RGB (Red+Green+Blue) = 72+144+10=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #48900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48900A is #B76FF5. Grayscale: #6B6B6B. Windows color (decimal): -12021750 or 692296. OLE color: 692296.

HSL color Cylindrical-coordinate representation of color #48900A: hue angle of 92.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48900A is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB7214410-
CMYK0.5000.930.44
HSL92.24º87.01%30.2%-
HSV(B)92.24º93.06%56.47%-
XYZ12.721.353.74-
YUV107.273.15102.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 144 (56.64% from 255) = 63.72%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=31.86%
G=63.72%
B=4.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144100.5000.930.4492.2487.0130.2
Hex4890A3205D2C5c571e
Octal110220126201355413412736
Binary1001000100100001010110010010111011011001011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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