#509330

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

Shades of La Palma #509330

Tints of La Palma #509330

Color information

#509330 (or 0x509330) is unknown color: approx La Palma. HEX triplet: 50, 93 and 30. RGB value is (80,147,48). Sum of RGB (Red+Green+Blue) = 80+147+48=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #509330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509330 is #AF6CCF. Grayscale: #747474. Windows color (decimal): -11496656 or 3183440. OLE color: 3183440.

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

Color convert

RGB8014748-
CMYK0.4600.670.42
HSL100.61º50.77%38.24%-
HSV(B)100.61º67.35%57.65%-
XYZ14.2822.796.44-
YUV115.6889.8102.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=29.09%
G=53.45%
B=17.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147480.4600.670.42100.6150.7738.24
Hex5093302E0432A653326
Octal12022360560103521456346
Binary101000010010011110000101110010000111010101100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509330; }

 p { color: rgb(80,147,48); }

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

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

 a { background-color: rgb(80,147,48); }

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

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

 span { border-color: rgb(80,147,48); }

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