#519B3B

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

Shades of La Palma #519B3B

Tints of La Palma #519B3B

Color information

#519B3B (or 0x519B3B) is unknown color: approx La Palma. HEX triplet: 51, 9B and 3B. RGB value is (81,155,59). Sum of RGB (Red+Green+Blue) = 81+155+59=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #519B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B3B is #AE64C4. Grayscale: #7A7A7A. Windows color (decimal): -11429061 or 3906385. OLE color: 3906385.

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

Color convert

RGB8115559-
CMYK0.4800.620.39
HSL106.25º44.86%41.96%-
HSV(B)106.25º61.94%60.78%-
XYZ15.925.518.22-
YUV121.9392.4898.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 59 (23.44% from 255) = 20%
R=27.46%
G=52.54%
B=20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155590.4800.620.39106.2544.8641.96
Hex519B3B3003E276a2d2a
Octal1212337360076471525552
Binary10100011001101111101111000001111101001111101010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,59); }

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

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

 a { background-color: rgb(81,155,59); }

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

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

 span { border-color: rgb(81,155,59); }

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