#519135

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

Shades of La Palma #519135

Tints of La Palma #519135

Color information

#519135 (or 0x519135) is unknown color: approx La Palma. HEX triplet: 51, 91 and 35. RGB value is (81,145,53). Sum of RGB (Red+Green+Blue) = 81+145+53=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #519135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519135 is #AE6ECA. Grayscale: #737373. Windows color (decimal): -11431627 or 3510609. OLE color: 3510609.

HSL color Cylindrical-coordinate representation of color #519135: hue angle of 101.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519135 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB8114553-
CMYK0.4400.630.43
HSL101.74º46.46%38.82%-
HSV(B)101.74º63.45%56.86%-
XYZ14.1622.266.92-
YUV115.3892.8103.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=29.03%
G=51.97%
B=19.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145530.4400.630.43101.7446.4638.82
Hex5191352C03F2B662e27
Octal1212216554077531465647
Binary10100011001000111010110110001111111010111100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519135; }

 p { color: rgb(81,145,53); }

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

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

 a { background-color: rgb(81,145,53); }

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

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

 span { border-color: rgb(81,145,53); }

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