#489515

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

Shades of La Palma #489515

Tints of La Palma #489515

Color information

#489515 (or 0x489515) is unknown color: approx La Palma. HEX triplet: 48, 95 and 15. RGB value is (72,149,21). Sum of RGB (Red+Green+Blue) = 72+149+21=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #489515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489515 is #B76AEA. Grayscale: #6F6F6F. Windows color (decimal): -12020459 or 1414472. OLE color: 1414472.

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

Color convert

RGB7214921-
CMYK0.5200.860.42
HSL96.09º75.29%33.33%-
HSV(B)96.09º85.91%58.43%-
XYZ13.5622.934.42-
YUV111.3876.9999.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 149 (58.59% from 255) = 61.57%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=29.75%
G=61.57%
B=8.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149210.5200.860.4296.0975.2933.33
Hex489515340562A604b21
Octal110225256401265214011341
Binary100100010010101101011101000101011010101011000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489515; }

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

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

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

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

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

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

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

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