#245754

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

Shades of Dark Slate Grey #245754

Tints of Dark Slate Grey #245754

Color information

#245754 (or 0x245754) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 57 and 54. RGB value is (36,87,84). Sum of RGB (Red+Green+Blue) = 36+87+84=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #245754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245754 is #DBA8AB. Grayscale: #474747. Windows color (decimal): -14395564 or 5527332. OLE color: 5527332.

HSL color Cylindrical-coordinate representation of color #245754: hue angle of 176.47º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245754 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB368784-
CMYK0.5900.030.66
HSL176.47º41.46%24.12%-
HSV(B)176.47º58.62%34.12%-
XYZ5.747.839.6-
YUV71.41135.1102.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=17.39%
G=42.03%
B=40.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3687840.5900.030.66176.4741.4624.12
Hex2457543B0342b02918
Octal4412712473031022605130
Binary1001001010111101010011101101110000101011000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245754; }

 p { color: rgb(36,87,84); }

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

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

 a { background-color: rgb(36,87,84); }

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

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

 span { border-color: rgb(36,87,84); }

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