Html Css Color HEX #23534C Dark Slate Grey

📋 copy color: '#23534C'

red 35 ◦ green 83 ◦ blue 76

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

Shades of Dark Slate Grey #23534C

Tints of Dark Slate Grey #23534C

RGB

 RED value IS 35 (14.06% from 255) = 18.04%

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

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 18.04%
G = 42.78%
B = 39.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#23534C (or 0x23534C) is known color: Dark Slate Grey. HEX triplet: 23, 53 and 4C. RGB value is (35,83,76). Sum of RGB (Red+Green+Blue) = 35+83+76=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #23534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23534C is #DCACB3. Grayscale: #434343. Windows color (decimal): -14462132 or 5002019. OLE color: 5002019.

HSL color Cylindrical-coordinate representation of color #23534C: hue angle of 171.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23534C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 83 76 -
CMYK 0.58 0 0.08 0.67
HSL 171.25º 0.41% 0.23% -
HSV(B) 171.25º 0.58% 0.33% -
XYZ 5.09 7.07 7.93 -
YUV 67.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 35 83 76 0.58 0 0.08 0.67 171.25 0.41 0.23
Hex 23 53 4C 3A 0 8 43 AB 29 17
Octal 43 123 114 72 0 10 103 253 51 27
Binary 100011 1010011 1001100 111010 0 1000 1000011 10101011 101001 10111

Color Harmonies of #23534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23534C

Black with #23534C

Text Example


Text Example

White with #23534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23534C; }

 p { color: rgb(35,83,76); }

 H1.HeaderClassName
 {
   color: #23534C;
 }
 .AnyTagClassName
 {
   color: #23534C;
 }
</style>

background-color css

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

 a { background-color: rgb(35,83,76); }

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

border-color css

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

 span { border-color: rgb(35,83,76); }

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