#254C4E

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

Shades of Dark Slate Grey #254C4E

Tints of Dark Slate Grey #254C4E

Color information

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

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

Color convert

RGB377678-
CMYK0.530.0300.69
HSL182.93º35.65%22.55%-
HSV(B)182.93º52.56%30.59%-
XYZ4.726.118.14-
YUV64.57135.58108.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3776780.530.0300.69182.9335.6522.55
Hex254C4E353045b72417
Octal4511411665301052674427
Binary1001011001100100111011010111010001011011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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