#508461

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

Shades of Como #508461

Tints of Como #508461

Color information

#508461 (or 0x508461) is unknown color: approx Como. HEX triplet: 50, 84 and 61. RGB value is (80,132,97). Sum of RGB (Red+Green+Blue) = 80+132+97=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #508461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508461 is #AF7B9E. Grayscale: #707070. Windows color (decimal): -11500447 or 6390864. OLE color: 6390864.

HSL color Cylindrical-coordinate representation of color #508461: hue angle of 139.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508461 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB8013297-
CMYK0.3900.270.48
HSL139.62º24.53%41.57%-
HSV(B)139.62º39.39%51.76%-
XYZ13.7219.0714.27-
YUV112.46119.27104.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=25.89%
G=42.72%
B=31.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132970.3900.270.48139.6224.5341.57
Hex5084612701B308c192a
Octal12020414147033602143152
Binary10100001000010011000011001110110111100001000110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508461; }

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

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

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

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

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

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

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

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