#519B38

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

Shades of La Palma #519B38

Tints of La Palma #519B38

Color information

#519B38 (or 0x519B38) is unknown color: approx La Palma. HEX triplet: 51, 9B and 38. RGB value is (81,155,56). Sum of RGB (Red+Green+Blue) = 81+155+56=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #519B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B38 is #AE64C7. Grayscale: #797979. Windows color (decimal): -11429064 or 3709777. OLE color: 3709777.

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

Color convert

RGB8115556-
CMYK0.4800.640.39
HSL104.85º46.92%41.37%-
HSV(B)104.85º63.87%60.78%-
XYZ15.8325.487.82-
YUV121.5990.9899.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=27.74%
G=53.08%
B=19.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155560.4800.640.39104.8546.9241.37
Hex519B383004027692f29
Octal12123370600100471515751
Binary101000110011011111000110000010000001001111101001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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