Html Css Color HEX #23534F Dark Slate Grey

📋 copy color: '#23534F'

red 35 ◦ green 83 ◦ blue 79

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

Shades of Dark Slate Grey #23534F

Tints of Dark Slate Grey #23534F

RGB

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

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

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

R = 17.77%
G = 42.13%
B = 40.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#23534F (or 0x23534F) is known color: Dark Slate Grey. HEX triplet: 23, 53 and 4F. RGB value is (35,83,79). Sum of RGB (Red+Green+Blue) = 35+83+79=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #23534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23534F is #DCACB0. Grayscale: #444444. Windows color (decimal): -14462129 or 5198627. OLE color: 5198627.

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

Color convert

RGB 35 83 79 -
CMYK 0.58 0 0.05 0.67
HSL 175º 0.41% 0.23% -
HSV(B) 175º 0.58% 0.33% -
XYZ 5.2 7.11 8.5 -
YUV 68.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 35 83 79 0.58 0 0.05 0.67 175 0.41 0.23
Hex 23 53 4F 3A 0 5 43 AF 29 17
Octal 43 123 117 72 0 5 103 257 51 27
Binary 100011 1010011 1001111 111010 0 101 1000011 10101111 101001 10111

Color Harmonies of #23534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23534F

Black with #23534F

Text Example


Text Example

White with #23534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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