#519333

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

Shades of La Palma #519333

Tints of La Palma #519333

Color information

#519333 (or 0x519333) is unknown color: approx La Palma. HEX triplet: 51, 93 and 33. RGB value is (81,147,51). Sum of RGB (Red+Green+Blue) = 81+147+51=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #519333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519333 is #AE6CCC. Grayscale: #747474. Windows color (decimal): -11431117 or 3380049. OLE color: 3380049.

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

Color convert

RGB8114751-
CMYK0.4500.650.42
HSL101.25º48.48%38.82%-
HSV(B)101.25º65.31%57.65%-
XYZ14.4222.866.78-
YUV116.3291.13102.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=29.03%
G=52.69%
B=18.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147510.4500.650.42101.2548.4838.82
Hex5193332D0412A653027
Octal12122363550101521456047
Binary101000110010011110011101101010000011010101100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519333; }

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

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

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

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

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

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

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

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