#508360

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

Shades of Como #508360

Tints of Como #508360

Color information

#508360 (or 0x508360) is unknown color: approx Como. HEX triplet: 50, 83 and 60. RGB value is (80,131,96). Sum of RGB (Red+Green+Blue) = 80+131+96=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #508360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508360 is #AF7C9F. Grayscale: #6F6F6F. Windows color (decimal): -11500704 or 6325072. OLE color: 6325072.

HSL color Cylindrical-coordinate representation of color #508360: hue angle of 138.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508360 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8013196-
CMYK0.3900.270.49
HSL138.82º24.17%41.37%-
HSV(B)138.82º38.93%51.37%-
XYZ13.5418.7813.98-
YUV111.76119.1105.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=26.06%
G=42.67%
B=31.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131960.3900.270.49138.8224.1741.37
Hex5083602701B318b1829
Octal12020314047033612133051
Binary10100001000001111000001001110110111100011000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508360; }

 p { color: rgb(80,131,96); }

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

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

 a { background-color: rgb(80,131,96); }

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

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

 span { border-color: rgb(80,131,96); }

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