#509F38

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

Shades of La Palma #509F38

Tints of La Palma #509F38

Color information

#509F38 (or 0x509F38) is unknown color: approx La Palma. HEX triplet: 50, 9F and 38. RGB value is (80,159,56). Sum of RGB (Red+Green+Blue) = 80+159+56=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #509F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509F38 is #AF60C7. Grayscale: #7B7B7B. Windows color (decimal): -11493576 or 3710800. OLE color: 3710800.

HSL color Cylindrical-coordinate representation of color #509F38: hue angle of 106.02º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509F38 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB8015956-
CMYK0.5000.650.38
HSL106.02º47.91%42.16%-
HSV(B)106.02º64.78%62.35%-
XYZ16.4226.798.05-
YUV123.6489.8396.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=27.12%
G=53.90%
B=18.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159560.5000.650.38106.0247.9142.16
Hex509F3832041266a302a
Octal12023770620101461526052
Binary101000010011111111000110010010000011001101101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F38; }

 p { color: rgb(80,159,56); }

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

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

 a { background-color: rgb(80,159,56); }

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

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

 span { border-color: rgb(80,159,56); }

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