#508368

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

Shades of Como #508368

Tints of Como #508368

Color information

#508368 (or 0x508368) is unknown color: approx Como. HEX triplet: 50, 83 and 68. RGB value is (80,131,104). Sum of RGB (Red+Green+Blue) = 80+131+104=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #508368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508368 is #AF7C97. Grayscale: #707070. Windows color (decimal): -11500696 or 6849360. OLE color: 6849360.

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

Color convert

RGB80131104-
CMYK0.3900.210.49
HSL148.24º24.17%41.37%-
HSV(B)148.24º38.93%51.37%-
XYZ13.9218.9416.02-
YUV112.67123.1104.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=25.40%
G=41.59%
B=33.02%

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
Decimal801311040.3900.210.49148.2424.1741.37
Hex5083682701531941829
Octal12020315047025612243051
Binary10100001000001111010001001110101011100011001010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508368; }

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

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

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

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

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

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

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

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