#519233

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

Shades of La Palma #519233

Tints of La Palma #519233

Color information

#519233 (or 0x519233) is unknown color: approx La Palma. HEX triplet: 51, 92 and 33. RGB value is (81,146,51). Sum of RGB (Red+Green+Blue) = 81+146+51=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #519233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519233 is #AE6DCC. Grayscale: #747474. Windows color (decimal): -11431373 or 3379793. OLE color: 3379793.

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

Color convert

RGB8114651-
CMYK0.4500.650.43
HSL101.05º48.22%38.63%-
HSV(B)101.05º65.07%57.25%-
XYZ14.2722.556.73-
YUV115.7391.47103.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=29.14%
G=52.52%
B=18.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146510.4500.650.43101.0548.2238.63
Hex5192332D0412B653027
Octal12122263550101531456047
Binary101000110010010110011101101010000011010111100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519233; }

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

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

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

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

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

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

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

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