#508761

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

Shades of Como #508761

Tints of Como #508761

Color information

#508761 (or 0x508761) is unknown color: approx Como. HEX triplet: 50, 87 and 61. RGB value is (80,135,97). Sum of RGB (Red+Green+Blue) = 80+135+97=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #508761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508761 is #AF789E. Grayscale: #727272. Windows color (decimal): -11499679 or 6391632. OLE color: 6391632.

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

Color convert

RGB8013597-
CMYK0.4100.280.47
HSL138.55º25.58%42.16%-
HSV(B)138.55º40.74%52.94%-
XYZ14.1319.914.4-
YUV114.22118.28103.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=25.64%
G=43.27%
B=31.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135970.4100.280.47138.5525.5842.16
Hex5087612901C2F8b1a2a
Octal12020714151034572133252
Binary10100001000011111000011010010111001011111000101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508761; }

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

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

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

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

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

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

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

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