#245450

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

Shades of Dark Slate Grey #245450

Tints of Dark Slate Grey #245450

Color information

#245450 (or 0x245450) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 54 and 50. RGB value is (36,84,80). Sum of RGB (Red+Green+Blue) = 36+84+80=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #245450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245450 is #DBABAF. Grayscale: #454545. Windows color (decimal): -14396336 or 5264420. OLE color: 5264420.

HSL color Cylindrical-coordinate representation of color #245450: hue angle of 175º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245450 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB368480-
CMYK0.5700.050.67
HSL175º40%23.53%-
HSV(B)175º57.14%32.94%-
XYZ5.357.298.72-
YUV69.19134.1104.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 80 (31.64% from 255) = 40%
R=18%
G=42%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3684800.5700.050.671754023.53
Hex245450390543af2818
Octal4412412071051032575030
Binary10010010101001010000111001010110000111010111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245450; }

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

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

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

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

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

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

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

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