#254D4E

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

Shades of Dark Slate Grey #254D4E

Tints of Dark Slate Grey #254D4E

Color information

#254D4E (or 0x254D4E) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4D and 4E. RGB value is (37,77,78). Sum of RGB (Red+Green+Blue) = 37+77+78=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #254D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D4E is #DAB2B1. Grayscale: #414141. Windows color (decimal): -14332594 or 5131557. OLE color: 5131557.

HSL color Cylindrical-coordinate representation of color #254D4E: hue angle of 181.46º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254D4E is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB377778-
CMYK0.530.0100.69
HSL181.46º35.65%22.55%-
HSV(B)181.46º52.56%30.59%-
XYZ4.796.258.16-
YUV65.15135.25107.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=19.27%
G=40.10%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3777780.530.0100.69181.4635.6522.55
Hex254D4E351045b52417
Octal4511511665101052654427
Binary100101100110110011101101011010001011011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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