#489512

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

Shades of La Palma #489512

Tints of La Palma #489512

Color information

#489512 (or 0x489512) is unknown color: approx La Palma. HEX triplet: 48, 95 and 12. RGB value is (72,149,18). Sum of RGB (Red+Green+Blue) = 72+149+18=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #489512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489512 is #B76AED. Grayscale: #6F6F6F. Windows color (decimal): -12020462 or 1217864. OLE color: 1217864.

HSL color Cylindrical-coordinate representation of color #489512: hue angle of 95.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #489512 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB7214918-
CMYK0.5200.880.42
HSL95.27º78.44%32.75%-
HSV(B)95.27º87.92%58.43%-
XYZ13.5322.924.28-
YUV111.0475.49100.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 149 (58.59% from 255) = 62.34%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=30.13%
G=62.34%
B=7.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149180.5200.880.4295.2778.4432.75
Hex489512340582A5f4e21
Octal110225226401305213711641
Binary100100010010101100101101000101100010101010111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489512; }

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

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

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

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

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

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

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

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