#48900B

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

Shades of La Palma #48900B

Tints of La Palma #48900B

Color information

#48900B (or 0x48900B) is unknown color: approx La Palma. HEX triplet: 48, 90 and 0B. RGB value is (72,144,11). Sum of RGB (Red+Green+Blue) = 72+144+11=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #48900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48900B is #B76FF4. Grayscale: #6B6B6B. Windows color (decimal): -12021749 or 757832. OLE color: 757832.

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

Color convert

RGB7214411-
CMYK0.5000.920.44
HSL92.48º85.81%30.39%-
HSV(B)92.48º92.36%56.47%-
XYZ12.7121.353.77-
YUV107.3173.65102.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 144 (56.64% from 255) = 63.44%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=31.72%
G=63.44%
B=4.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144110.5000.920.4492.4885.8130.39
Hex4890B3205C2C5c561e
Octal110220136201345413412636
Binary1001000100100001011110010010111001011001011100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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