#254E4C

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

Shades of Dark Slate Grey #254E4C

Tints of Dark Slate Grey #254E4C

Color information

#254E4C (or 0x254E4C) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4E and 4C. RGB value is (37,78,76). Sum of RGB (Red+Green+Blue) = 37+78+76=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #254E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E4C is #DAB1B3. Grayscale: #414141. Windows color (decimal): -14332340 or 5000741. OLE color: 5000741.

HSL color Cylindrical-coordinate representation of color #254E4C: hue angle of 177.07º 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 #254E4C is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB377876-
CMYK0.5300.030.69
HSL177.07º35.65%22.55%-
HSV(B)177.07º52.56%30.59%-
XYZ4.796.367.81-
YUV65.51133.92107.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=19.37%
G=40.84%
B=39.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778760.5300.030.69177.0735.6522.55
Hex254E4C350345b12417
Octal4511611465031052614427
Binary1001011001110100110011010101110001011011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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