Html Css Color HEX #24534F Dark Slate Grey

📋 copy color: '#24534F'

red 36 ◦ green 83 ◦ blue 79

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

Shades of Dark Slate Grey #24534F

Tints of Dark Slate Grey #24534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 18.18%
G = 41.92%
B = 39.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#24534F (or 0x24534F) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 4F. RGB value is (36,83,79). Sum of RGB (Red+Green+Blue) = 36+83+79=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #24534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24534F is #DBACB0. Grayscale: #444444. Windows color (decimal): -14396593 or 5198628. OLE color: 5198628.

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

Color convert

RGB 36 83 79 -
CMYK 0.57 0 0.05 0.67
HSL 174.89º 0.39% 0.23% -
HSV(B) 174.89º 0.57% 0.33% -
XYZ 5.23 7.13 8.5 -
YUV 68.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 36 83 79 0.57 0 0.05 0.67 174.89 0.39 0.23
Hex 24 53 4F 39 0 5 43 AF 27 17
Octal 44 123 117 71 0 5 103 257 47 27
Binary 100100 1010011 1001111 111001 0 101 1000011 10101111 100111 10111

Color Harmonies of #24534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24534F

Black with #24534F

Text Example


Text Example

White with #24534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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