Html Css Color HEX #245652 Dark Slate Grey

📋 copy color: '#245652'

red 36 ◦ green 86 ◦ blue 82

#245652
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #245652

Tints of Dark Slate Grey #245652

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.2%

R = 17.65%
G = 42.16%
B = 40.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#245652 (or 0x245652) is known color: 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

RGB 36 86 82 -
CMYK 0.58 0 0.05 0.66
HSL 175.2º 0.41% 0.24% -
HSV(B) 175.2º 0.58% 0.34% -
XYZ 5.58 7.64 9.16 -
YUV 70.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 36 86 82 0.58 0 0.05 0.66 175.2 0.41 0.24
Hex 24 56 52 3A 0 5 42 AF 29 18
Octal 44 126 122 72 0 5 102 257 51 30
Binary 100100 1010110 1010010 111010 0 101 1000010 10101111 101001 11000

Color Harmonies of #245652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245652

Black with #245652

Text Example


Text Example

White with #245652

Text Example


Text Example

HTML Codes & Css Web 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>