#489316

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

Shades of La Palma #489316

Tints of La Palma #489316

Color information

#489316 (or 0x489316) is unknown color: approx La Palma. HEX triplet: 48, 93 and 16. RGB value is (72,147,22). Sum of RGB (Red+Green+Blue) = 72+147+22=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #489316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489316 is #B76CE9. Grayscale: #6E6E6E. Windows color (decimal): -12020970 or 1479496. OLE color: 1479496.

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

Color convert

RGB7214722-
CMYK0.5100.850.42
HSL96º73.96%33.14%-
HSV(B)96º85.03%57.65%-
XYZ13.2522.34.37-
YUV110.3278.15100.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 147 (57.81% from 255) = 61.00%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=29.88%
G=61.00%
B=9.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147220.5100.850.429673.9633.14
Hex489316330552A604a21
Octal110223266301255214011241
Binary100100010010011101101100110101010110101011000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489316; }

 p { color: rgb(72,147,22); }

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

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

 a { background-color: rgb(72,147,22); }

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

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

 span { border-color: rgb(72,147,22); }

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