#488F0B

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

Shades of La Palma #488F0B

Tints of La Palma #488F0B

Color information

#488F0B (or 0x488F0B) is unknown color: approx La Palma. HEX triplet: 48, 8F and 0B. RGB value is (72,143,11). Sum of RGB (Red+Green+Blue) = 72+143+11=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #488F0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488F0B is #B770F4. Grayscale: #6B6B6B. Windows color (decimal): -12022005 or 757576. OLE color: 757576.

HSL color Cylindrical-coordinate representation of color #488F0B: hue angle of 92.27º 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 #488F0B is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB7214311-
CMYK0.5000.920.44
HSL92.27º85.71%30.2%-
HSV(B)92.27º92.31%56.08%-
XYZ12.5621.053.72-
YUV106.7273.98103.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 143 (56.25% from 255) = 63.27%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=31.86%
G=63.27%
B=4.87%

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
Decimal72143110.5000.920.4492.2785.7130.2
Hex488FB3205C2C5c561e
Octal110217136201345413412636
Binary1001000100011111011110010010111001011001011100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488F0B; }

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

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

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

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

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

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

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

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