Html Css Color HEX #24534D Dark Slate Grey

📋 copy color: '#24534D'

red 36 ◦ green 83 ◦ blue 77

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

Shades of Dark Slate Grey #24534D

Tints of Dark Slate Grey #24534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 18.37%
G = 42.35%
B = 39.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#24534D (or 0x24534D) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 4D. RGB value is (36,83,77). Sum of RGB (Red+Green+Blue) = 36+83+77=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #24534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24534D is #DBACB2. Grayscale: #444444. Windows color (decimal): -14396595 or 5067556. OLE color: 5067556.

HSL color Cylindrical-coordinate representation of color #24534D: hue angle of 172.34º 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 #24534D is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 83 77 -
CMYK 0.57 0 0.07 0.67
HSL 172.34º 0.39% 0.23% -
HSV(B) 172.34º 0.57% 0.33% -
XYZ 5.16 7.1 8.12 -
YUV 68.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 36 83 77 0.57 0 0.07 0.67 172.34 0.39 0.23
Hex 24 53 4D 39 0 7 43 AC 27 17
Octal 44 123 115 71 0 7 103 254 47 27
Binary 100100 1010011 1001101 111001 0 111 1000011 10101100 100111 10111

Color Harmonies of #24534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24534D

Black with #24534D

Text Example


Text Example

White with #24534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24534D; }

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

 H1.HeaderClassName
 {
   color: #24534D;
 }
 .AnyTagClassName
 {
   color: #24534D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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