#508831

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

Shades of La Palma #508831

Tints of La Palma #508831

Color information

#508831 (or 0x508831) is unknown color: approx La Palma. HEX triplet: 50, 88 and 31. RGB value is (80,136,49). Sum of RGB (Red+Green+Blue) = 80+136+49=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #508831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508831 is #AF77CE. Grayscale: #6D6D6D. Windows color (decimal): -11499471 or 3246160. OLE color: 3246160.

HSL color Cylindrical-coordinate representation of color #508831: hue angle of 98.62º 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 #508831 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB8013649-
CMYK0.4100.640.47
HSL98.62º47.03%36.27%-
HSV(B)98.62º63.97%53.33%-
XYZ12.6719.546.01-
YUV109.3493.95107.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 136 (53.52% from 255) = 51.32%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=30.19%
G=51.32%
B=18.49%

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
Decimal80136490.4100.640.4798.6247.0336.27
Hex508831290402F632f24
Octal12021061510100571435744
Binary101000010001000110001101001010000001011111100011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508831; }

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

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

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

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

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

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

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

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