Html Css Color HEX #22534D Dark Slate Grey

📋 copy color: '#22534D'

red 34 ◦ green 83 ◦ blue 77

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

Shades of Dark Slate Grey #22534D

Tints of Dark Slate Grey #22534D

RGB

 RED value IS 34 (13.67% from 255) = 17.53%

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

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

R = 17.53%
G = 42.78%
B = 39.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#22534D (or 0x22534D) is known color: Dark Slate Grey. HEX triplet: 22, 53 and 4D. RGB value is (34,83,77). Sum of RGB (Red+Green+Blue) = 34+83+77=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #22534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22534D is #DDACB2. Grayscale: #434343. Windows color (decimal): -14527667 or 5067554. OLE color: 5067554.

HSL color Cylindrical-coordinate representation of color #22534D: hue angle of 172.65º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22534D is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 83 77 -
CMYK 0.59 0 0.07 0.67
HSL 172.65º 0.42% 0.23% -
HSV(B) 172.65º 0.59% 0.33% -
XYZ 5.09 7.06 8.12 -
YUV 67.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 34 83 77 0.59 0 0.07 0.67 172.65 0.42 0.23
Hex 22 53 4D 3B 0 7 43 AD 2A 17
Octal 42 123 115 73 0 7 103 255 52 27
Binary 100010 1010011 1001101 111011 0 111 1000011 10101101 101010 10111

Color Harmonies of #22534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22534D

Black with #22534D

Text Example


Text Example

White with #22534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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