#508731

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

Shades of La Palma #508731

Tints of La Palma #508731

Color information

#508731 (or 0x508731) is unknown color: approx La Palma. HEX triplet: 50, 87 and 31. RGB value is (80,135,49). Sum of RGB (Red+Green+Blue) = 80+135+49=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #508731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508731 is #AF78CE. Grayscale: #6D6D6D. Windows color (decimal): -11499727 or 3245904. OLE color: 3245904.

HSL color Cylindrical-coordinate representation of color #508731: hue angle of 98.37º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508731 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB8013549-
CMYK0.4100.640.47
HSL98.37º46.74%36.08%-
HSV(B)98.37º63.7%52.94%-
XYZ12.5319.265.96-
YUV108.7594.28107.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=30.30%
G=51.14%
B=18.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135490.4100.640.4798.3746.7436.08
Hex508731290402F622f24
Octal12020761510100571425744
Binary101000010000111110001101001010000001011111100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508731; }

 p { color: rgb(80,135,49); }

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

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

 a { background-color: rgb(80,135,49); }

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

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

 span { border-color: rgb(80,135,49); }

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