#519133

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

Shades of La Palma #519133

Tints of La Palma #519133

Color information

#519133 (or 0x519133) is unknown color: approx La Palma. HEX triplet: 51, 91 and 33. RGB value is (81,145,51). Sum of RGB (Red+Green+Blue) = 81+145+51=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #519133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519133 is #AE6ECC. Grayscale: #737373. Windows color (decimal): -11431629 or 3379537. OLE color: 3379537.

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

Color convert

RGB8114551-
CMYK0.4400.650.43
HSL100.85º47.96%38.43%-
HSV(B)100.85º64.83%56.86%-
XYZ14.1222.246.68-
YUV115.1591.8103.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=29.24%
G=52.35%
B=18.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145510.4400.650.43100.8547.9638.43
Hex5191332C0412B653026
Octal12122163540101531456046
Binary101000110010001110011101100010000011010111100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519133; }

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

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

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

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

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

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

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

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