#254A48

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

Shades of Dark Slate Grey #254A48

Tints of Dark Slate Grey #254A48

Color information

#254A48 (or 0x254A48) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4A and 48. RGB value is (37,74,72). Sum of RGB (Red+Green+Blue) = 37+74+72=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #254A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A48 is #DAB5B7. Grayscale: #3E3E3E. Windows color (decimal): -14333368 or 4737573. OLE color: 4737573.

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

Color convert

RGB377472-
CMYK0.5000.030.71
HSL176.76º33.33%21.76%-
HSV(B)176.76º50%29.02%-
XYZ4.385.767.01-
YUV62.71133.24109.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=20.22%
G=40.44%
B=39.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774720.5000.030.71176.7633.3321.76
Hex254A48320347b12116
Octal4511211062031072614126
Binary1001011001010100100011001001110001111011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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