#254D4C

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

Shades of Dark Slate Grey #254D4C

Tints of Dark Slate Grey #254D4C

Color information

#254D4C (or 0x254D4C) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4D and 4C. RGB value is (37,77,76). Sum of RGB (Red+Green+Blue) = 37+77+76=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #254D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D4C is #DAB2B3. Grayscale: #404040. Windows color (decimal): -14332596 or 5000485. OLE color: 5000485.

HSL color Cylindrical-coordinate representation of color #254D4C: hue angle of 178.5º 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 #254D4C is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB377776-
CMYK0.5200.010.70
HSL178.5º35.09%22.35%-
HSV(B)178.5º51.95%30.2%-
XYZ4.726.227.79-
YUV64.93134.25108.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 76 (30.08% from 255) = 40%
R=19.47%
G=40.53%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3777760.5200.010.70178.535.0922.35
Hex254D4C340146b22316
Octal4511511464011062624326
Binary100101100110110011001101000110001101011001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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