#519230

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

Shades of La Palma #519230

Tints of La Palma #519230

Color information

#519230 (or 0x519230) is unknown color: approx La Palma. HEX triplet: 51, 92 and 30. RGB value is (81,146,48). Sum of RGB (Red+Green+Blue) = 81+146+48=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #519230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519230 is #AE6DCF. Grayscale: #737373. Windows color (decimal): -11431376 or 3183185. OLE color: 3183185.

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

Color convert

RGB8114648-
CMYK0.4500.670.43
HSL99.8º50.52%38.04%-
HSV(B)99.8º67.12%57.25%-
XYZ14.2122.526.39-
YUV115.3989.97103.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=29.45%
G=53.09%
B=17.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146480.4500.670.4399.850.5238.04
Hex5192302D0432B643326
Octal12122260550103531446346
Binary101000110010010110000101101010000111010111100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519230; }

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

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

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

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

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

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

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

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