#254B4A

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

Shades of Dark Slate Grey #254B4A

Tints of Dark Slate Grey #254B4A

Color information

#254B4A (or 0x254B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4B and 4A. RGB value is (37,75,74). Sum of RGB (Red+Green+Blue) = 37+75+74=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #254B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B4A is #DAB4B5. Grayscale: #3F3F3F. Windows color (decimal): -14333110 or 4868901. OLE color: 4868901.

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

Color convert

RGB377574-
CMYK0.5100.010.71
HSL178.42º33.93%21.96%-
HSV(B)178.42º50.67%29.41%-
XYZ4.525.927.38-
YUV63.52133.91109.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=19.89%
G=40.32%
B=39.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775740.5100.010.71178.4233.9321.96
Hex254B4A330147b22216
Octal4511311263011072624226
Binary100101100101110010101100110110001111011001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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