#519C3A

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

Shades of La Palma #519C3A

Tints of La Palma #519C3A

Color information

#519C3A (or 0x519C3A) is unknown color: approx La Palma. HEX triplet: 51, 9C and 3A. RGB value is (81,156,58). Sum of RGB (Red+Green+Blue) = 81+156+58=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #519C3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519C3A is #AE63C5. Grayscale: #7A7A7A. Windows color (decimal): -11428806 or 3841105. OLE color: 3841105.

HSL color Cylindrical-coordinate representation of color #519C3A: hue angle of 105.92º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519C3A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB8115658-
CMYK0.4800.630.39
HSL105.92º45.79%41.96%-
HSV(B)105.92º62.82%61.18%-
XYZ16.0525.838.14-
YUV122.491.6598.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=27.46%
G=52.88%
B=19.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156580.4800.630.39105.9245.7941.96
Hex519C3A3003F276a2e2a
Octal1212347260077471525652
Binary10100011001110011101011000001111111001111101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519C3A; }

 p { color: rgb(81,156,58); }

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

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

 a { background-color: rgb(81,156,58); }

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

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

 span { border-color: rgb(81,156,58); }

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