#489213

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

Shades of La Palma #489213

Tints of La Palma #489213

Color information

#489213 (or 0x489213) is unknown color: approx La Palma. HEX triplet: 48, 92 and 13. RGB value is (72,146,19). Sum of RGB (Red+Green+Blue) = 72+146+19=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #489213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489213 is #B76DEC. Grayscale: #6D6D6D. Windows color (decimal): -12021229 or 1282632. OLE color: 1282632.

HSL color Cylindrical-coordinate representation of color #489213: hue angle of 94.96º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #489213 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB7214619-
CMYK0.5100.870.43
HSL94.96º76.97%32.35%-
HSV(B)94.96º86.99%57.25%-
XYZ13.0721.984.17-
YUV109.476.98101.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=30.38%
G=61.60%
B=8.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146190.5100.870.4394.9676.9732.35
Hex489213330572B5f4d20
Octal110222236301275313711540
Binary100100010010010100111100110101011110101110111111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489213; }

 p { color: rgb(72,146,19); }

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

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

 a { background-color: rgb(72,146,19); }

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

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

 span { border-color: rgb(72,146,19); }

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