#519533

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

Shades of La Palma #519533

Tints of La Palma #519533

Color information

#519533 (or 0x519533) is unknown color: approx La Palma. HEX triplet: 51, 95 and 33. RGB value is (81,149,51). Sum of RGB (Red+Green+Blue) = 81+149+51=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #519533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519533 is #AE6ACC. Grayscale: #757575. Windows color (decimal): -11430605 or 3380561. OLE color: 3380561.

HSL color Cylindrical-coordinate representation of color #519533: hue angle of 101.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519533 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB8114951-
CMYK0.4600.660.42
HSL101.63º49%39.22%-
HSV(B)101.63º65.77%58.43%-
XYZ14.7423.486.89-
YUV117.590.47101.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=28.83%
G=53.02%
B=18.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149510.4600.660.42101.634939.22
Hex5195332E0422A663127
Octal12122563560102521466147
Binary101000110010101110011101110010000101010101100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519533; }

 p { color: rgb(81,149,51); }

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

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

 a { background-color: rgb(81,149,51); }

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

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

 span { border-color: rgb(81,149,51); }

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