#489B12

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

Shades of La Palma #489B12

Tints of La Palma #489B12

Color information

#489B12 (or 0x489B12) is unknown color: approx La Palma. HEX triplet: 48, 9B and 12. RGB value is (72,155,18). Sum of RGB (Red+Green+Blue) = 72+155+18=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #489B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489B12 is #B764ED. Grayscale: #737373. Windows color (decimal): -12018926 or 1219400. OLE color: 1219400.

HSL color Cylindrical-coordinate representation of color #489B12: hue angle of 96.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #489B12 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB7215518-
CMYK0.5400.880.39
HSL96.35º79.19%33.92%-
HSV(B)96.35º88.39%60.78%-
XYZ14.524.864.61-
YUV114.5773.597.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 155 (60.94% from 255) = 63.27%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=29.39%
G=63.27%
B=7.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155180.5400.880.3996.3579.1933.92
Hex489B123605827604f22
Octal110233226601304714011742
Binary100100010011011100101101100101100010011111000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B12; }

 p { color: rgb(72,155,18); }

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

<style>
 a { background-color: #489B12; }

 a { background-color: rgb(72,155,18); }

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

<style>
 span { border-color: #489B12; }

 span { border-color: rgb(72,155,18); }

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