#519134

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

Shades of La Palma #519134

Tints of La Palma #519134

Color information

#519134 (or 0x519134) is unknown color: approx La Palma. HEX triplet: 51, 91 and 34. RGB value is (81,145,52). Sum of RGB (Red+Green+Blue) = 81+145+52=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #519134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519134 is #AE6ECB. Grayscale: #737373. Windows color (decimal): -11431628 or 3445073. OLE color: 3445073.

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

Color convert

RGB8114552-
CMYK0.4400.640.43
HSL101.29º47.21%38.63%-
HSV(B)101.29º64.14%56.86%-
XYZ14.1422.256.8-
YUV115.2692.3103.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=29.14%
G=52.16%
B=18.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145520.4400.640.43101.2947.2138.63
Hex5191342C0402B652f27
Octal12122164540100531455747
Binary101000110010001110100101100010000001010111100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519134; }

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

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

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

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

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

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

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

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