#488B09

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

Shades of La Palma #488B09

Tints of La Palma #488B09

Color information

#488B09 (or 0x488B09) is unknown color: approx La Palma. HEX triplet: 48, 8B and 09. RGB value is (72,139,9). Sum of RGB (Red+Green+Blue) = 72+139+9=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #488B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B09 is #B774F6. Grayscale: #686868. Windows color (decimal): -12023031 or 625480. OLE color: 625480.

HSL color Cylindrical-coordinate representation of color #488B09: hue angle of 90.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #488B09 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB721399-
CMYK0.4800.940.45
HSL90.92º87.84%29.02%-
HSV(B)90.92º93.53%54.51%-
XYZ11.9519.863.46-
YUV104.1574.3105.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=32.73%
G=63.18%
B=4.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7213990.4800.940.4590.9287.8429.02
Hex488B93005E2D5b581d
Octal110213116001365513313035
Binary1001000100010111001110000010111101011011011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,139,9); }

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

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

 a { background-color: rgb(72,139,9); }

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

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

 span { border-color: rgb(72,139,9); }

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