#254948

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

Shades of Dark Slate Grey #254948

Tints of Dark Slate Grey #254948

Color information

#254948 (or 0x254948) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 49 and 48. RGB value is (37,73,72). Sum of RGB (Red+Green+Blue) = 37+73+72=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #254948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254948 is #DAB6B7. Grayscale: #3E3E3E. Windows color (decimal): -14333624 or 4737317. OLE color: 4737317.

HSL color Cylindrical-coordinate representation of color #254948: hue angle of 178.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254948 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB377372-
CMYK0.4900.010.71
HSL178.33º32.73%21.57%-
HSV(B)178.33º49.32%28.63%-
XYZ4.325.636.99-
YUV62.12133.57110.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=20.33%
G=40.11%
B=39.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773720.4900.010.71178.3332.7321.57
Hex254948310147b22116
Octal4511111061011072624126
Binary100101100100110010001100010110001111011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254948; }

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

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

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

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

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

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

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

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