#254C4C

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

Shades of Dark Slate Grey #254C4C

Tints of Dark Slate Grey #254C4C

Color information

#254C4C (or 0x254C4C) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4C and 4C. RGB value is (37,76,76). Sum of RGB (Red+Green+Blue) = 37+76+76=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #254C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C4C is #DAB3B3. Grayscale: #404040. Windows color (decimal): -14332852 or 5000229. OLE color: 5000229.

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

Color convert

RGB377676-
CMYK0.51000.70
HSL180º34.51%22.16%-
HSV(B)180º51.32%29.8%-
XYZ4.656.087.77-
YUV64.34134.58108.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=19.58%
G=40.21%
B=40.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3776760.51000.7018034.5122.16
Hex254C4C330046b42316
Octal4511411463001062644326
Binary100101100110010011001100110010001101011010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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