#245652

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

Shades of Dark Slate Grey #245652

Tints of Dark Slate Grey #245652

Color information

#245652 (or 0x245652) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 56 and 52. RGB value is (36,86,82). Sum of RGB (Red+Green+Blue) = 36+86+82=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #245652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245652 is #DBA9AD. Grayscale: #464646. Windows color (decimal): -14395822 or 5396004. OLE color: 5396004.

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

Color convert

RGB368682-
CMYK0.5800.050.66
HSL175.2º40.98%23.92%-
HSV(B)175.2º58.14%33.73%-
XYZ5.587.649.16-
YUV70.59134.44103.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=17.65%
G=42.16%
B=40.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3686820.5800.050.66175.240.9823.92
Hex2456523A0542af2918
Octal4412612272051022575130
Binary10010010101101010010111010010110000101010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245652; }

 p { color: rgb(36,86,82); }

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

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

 a { background-color: rgb(36,86,82); }

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

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

 span { border-color: rgb(36,86,82); }

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