#254F4B

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

Shades of Dark Slate Grey #254F4B

Tints of Dark Slate Grey #254F4B

Color information

#254F4B (or 0x254F4B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4F and 4B. RGB value is (37,79,75). Sum of RGB (Red+Green+Blue) = 37+79+75=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #254F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F4B is #DAB0B4. Grayscale: #414141. Windows color (decimal): -14332085 or 4935461. OLE color: 4935461.

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

Color convert

RGB377975-
CMYK0.5300.050.69
HSL174.29º36.21%22.75%-
HSV(B)174.29º53.16%30.98%-
XYZ4.836.497.66-
YUV65.99133.09107.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=19.37%
G=41.36%
B=39.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779750.5300.050.69174.2936.2122.75
Hex254F4B350545ae2417
Octal4511711365051052564427
Binary10010110011111001011110101010110001011010111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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