#508130

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

Shades of La Palma #508130

Tints of La Palma #508130

Color information

#508130 (or 0x508130) is unknown color: approx La Palma. HEX triplet: 50, 81 and 30. RGB value is (80,129,48). Sum of RGB (Red+Green+Blue) = 80+129+48=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #508130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508130 is #AF7ECF. Grayscale: #696969. Windows color (decimal): -11501264 or 3178832. OLE color: 3178832.

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

Color convert

RGB8012948-
CMYK0.3800.630.49
HSL96.3º45.76%34.71%-
HSV(B)96.3º62.79%50.59%-
XYZ11.6917.625.58-
YUV105.1295.77110.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=31.13%
G=50.19%
B=18.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129480.3800.630.4996.345.7634.71
Hex5081302603F31602e23
Octal1202016046077611405643
Binary10100001000000111000010011001111111100011100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508130; }

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

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

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

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

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

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

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

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