Html Css Color HEX #24524E Dark Slate Grey

📋 copy color: '#24524E'

red 36 ◦ green 82 ◦ blue 78

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

Shades of Dark Slate Grey #24524E

Tints of Dark Slate Grey #24524E

RGB

 RED value IS 36 (14.45% from 255) = 18.37%

 GREEN value IS 82 (32.42% from 255) = 41.84%

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 18.37%
G = 41.84%
B = 39.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#24524E (or 0x24524E) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 4E. RGB value is (36,82,78). Sum of RGB (Red+Green+Blue) = 36+82+78=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #24524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24524E is #DBADB1. Grayscale: #434343. Windows color (decimal): -14396850 or 5132836. OLE color: 5132836.

HSL color Cylindrical-coordinate representation of color #24524E: hue angle of 174.78º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24524E is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 82 78 -
CMYK 0.56 0 0.05 0.68
HSL 174.78º 0.39% 0.23% -
HSV(B) 174.78º 0.56% 0.32% -
XYZ 5.12 6.96 8.28 -
YUV 67.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 36 82 78 0.56 0 0.05 0.68 174.78 0.39 0.23
Hex 24 52 4E 38 0 5 44 AF 27 17
Octal 44 122 116 70 0 5 104 257 47 27
Binary 100100 1010010 1001110 111000 0 101 1000100 10101111 100111 10111

Color Harmonies of #24524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24524E

Black with #24524E

Text Example


Text Example

White with #24524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24524E; }

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

 H1.HeaderClassName
 {
   color: #24524E;
 }
 .AnyTagClassName
 {
   color: #24524E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #24524E;
 }
 .BgClassName
 {
   background-color: #24524E;
 }
</style>

border-color css

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

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

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