#489413

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

Shades of La Palma #489413

Tints of La Palma #489413

Color information

#489413 (or 0x489413) is unknown color: approx La Palma. HEX triplet: 48, 94 and 13. RGB value is (72,148,19). Sum of RGB (Red+Green+Blue) = 72+148+19=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #489413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489413 is #B76BEC. Grayscale: #6F6F6F. Windows color (decimal): -12020717 or 1283144. OLE color: 1283144.

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

Color convert

RGB7214819-
CMYK0.5100.870.42
HSL95.35º77.25%32.75%-
HSV(B)95.35º87.16%58.04%-
XYZ13.3822.64.27-
YUV110.5776.32100.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 148 (58.20% from 255) = 61.92%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=30.13%
G=61.92%
B=7.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148190.5100.870.4295.3577.2532.75
Hex489413330572A5f4d21
Octal110224236301275213711541
Binary100100010010100100111100110101011110101010111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489413; }

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

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

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

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

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

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

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

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