#495251

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

Shades of Dark Slate #495251

Tints of Dark Slate #495251

Color information

#495251 (or 0x495251) is unknown color: approx Dark Slate. HEX triplet: 49, 52 and 51. RGB value is (73,82,81). Sum of RGB (Red+Green+Blue) = 73+82+81=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #495251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495251 is #B6ADAE. Grayscale: #4F4F4F. Windows color (decimal): -11972015 or 5329481. OLE color: 5329481.

HSL color Cylindrical-coordinate representation of color #495251: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495251 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB738281-
CMYK0.1100.010.68
HSL173.33º5.81%30.39%-
HSV(B)173.33º10.98%32.16%-
XYZ7.258.058.96-
YUV79.19129.02123.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=30.93%
G=34.75%
B=34.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382810.1100.010.68173.335.8130.39
Hex495251B0144ad61e
Octal1111221211301104255636
Binary10010011010010101000110110110001001010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495251; }

 p { color: rgb(73,82,81); }

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

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

 a { background-color: rgb(73,82,81); }

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

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

 span { border-color: rgb(73,82,81); }

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