#508D61

Color #508D61 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #508D61

Tints of Como #508D61

Color information

#508D61 (or 0x508D61) is unknown color: approx Como. HEX triplet: 50, 8D and 61. RGB value is (80,141,97). Sum of RGB (Red+Green+Blue) = 80+141+97=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #508D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D61 is #AF729E. Grayscale: #757575. Windows color (decimal): -11498143 or 6393168. OLE color: 6393168.

HSL color Cylindrical-coordinate representation of color #508D61: hue angle of 136.72º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D61 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB8014197-
CMYK0.4300.310.45
HSL136.72º27.6%43.33%-
HSV(B)136.72º43.26%55.29%-
XYZ14.9921.6214.69-
YUV117.74116.29101.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=25.16%
G=44.34%
B=30.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141970.4300.310.45136.7227.643.33
Hex508D612B01F2D891c2b
Octal12021514153037552113453
Binary10100001000110111000011010110111111011011000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D61; }

 p { color: rgb(80,141,97); }

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

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

 a { background-color: rgb(80,141,97); }

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

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

 span { border-color: rgb(80,141,97); }

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