#519D38

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

Shades of La Palma #519D38

Tints of La Palma #519D38

Color information

#519D38 (or 0x519D38) is unknown color: approx La Palma. HEX triplet: 51, 9D and 38. RGB value is (81,157,56). Sum of RGB (Red+Green+Blue) = 81+157+56=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #519D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D38 is #AE62C7. Grayscale: #7B7B7B. Windows color (decimal): -11428552 or 3710289. OLE color: 3710289.

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

Color convert

RGB8115756-
CMYK0.4800.640.38
HSL105.15º47.42%41.76%-
HSV(B)105.15º64.33%61.57%-
XYZ16.1626.157.94-
YUV122.7690.3298.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 157 (61.72% from 255) = 53.40%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=27.55%
G=53.40%
B=19.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81157560.4800.640.38105.1547.4241.76
Hex519D383004026692f2a
Octal12123570600100461515752
Binary101000110011101111000110000010000001001101101001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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