#254D49

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

Shades of Dark Slate Grey #254D49

Tints of Dark Slate Grey #254D49

Color information

#254D49 (or 0x254D49) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4D and 49. RGB value is (37,77,73). Sum of RGB (Red+Green+Blue) = 37+77+73=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #254D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D49 is #DAB2B6. Grayscale: #404040. Windows color (decimal): -14332599 or 4803877. OLE color: 4803877.

HSL color Cylindrical-coordinate representation of color #254D49: hue angle of 174º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D49 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB377773-
CMYK0.5200.050.70
HSL174º35.09%22.35%-
HSV(B)174º51.95%30.2%-
XYZ4.626.187.25-
YUV64.58132.75108.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=19.79%
G=41.18%
B=39.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3777730.5200.050.7017435.0922.35
Hex254D49340546ae2316
Octal4511511164051062564326
Binary10010110011011001001110100010110001101010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D49; }

 p { color: rgb(37,77,73); }

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

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

 a { background-color: rgb(37,77,73); }

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

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

 span { border-color: rgb(37,77,73); }

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