#508367

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

Shades of Como #508367

Tints of Como #508367

Color information

#508367 (or 0x508367) is unknown color: approx Como. HEX triplet: 50, 83 and 67. RGB value is (80,131,103). Sum of RGB (Red+Green+Blue) = 80+131+103=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #508367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508367 is #AF7C98. Grayscale: #707070. Windows color (decimal): -11500697 or 6783824. OLE color: 6783824.

HSL color Cylindrical-coordinate representation of color #508367: hue angle of 147.06º 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 #508367 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB80131103-
CMYK0.3900.210.49
HSL147.06º24.17%41.37%-
HSV(B)147.06º38.93%51.37%-
XYZ13.8718.9215.75-
YUV112.56122.6104.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=25.48%
G=41.72%
B=32.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801311030.3900.210.49147.0624.1741.37
Hex5083672701531931829
Octal12020314747025612233051
Binary10100001000001111001111001110101011100011001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508367; }

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

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

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

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

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

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

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

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