#245350

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

Shades of Dark Slate Grey #245350

Tints of Dark Slate Grey #245350

Color information

#245350 (or 0x245350) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 53 and 50. RGB value is (36,83,80). Sum of RGB (Red+Green+Blue) = 36+83+80=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #245350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245350 is #DBACAF. Grayscale: #444444. Windows color (decimal): -14396592 or 5264164. OLE color: 5264164.

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

Color convert

RGB368380-
CMYK0.5700.040.67
HSL176.17º39.5%23.33%-
HSV(B)176.17º56.63%32.55%-
XYZ5.277.148.69-
YUV68.6134.43104.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=18.09%
G=41.71%
B=40.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683800.5700.040.67176.1739.523.33
Hex245350390443b02717
Octal4412312071041032604727
Binary10010010100111010000111001010010000111011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245350; }

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

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

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

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

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

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

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

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