Html Css Color HEX #224C4D Dark Slate Grey

📋 copy color: '#224C4D'

red 34 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #224C4D

Tints of Dark Slate Grey #224C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 18.18%
G = 40.64%
B = 41.18%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#224C4D (or 0x224C4D) is known color: Dark Slate Grey. HEX triplet: 22, 4C and 4D. RGB value is (34,76,77). Sum of RGB (Red+Green+Blue) = 34+76+77=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #224C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C4D is #DDB3B2. Grayscale: #3F3F3F. Windows color (decimal): -14529459 or 5065762. OLE color: 5065762.

HSL color Cylindrical-coordinate representation of color #224C4D: hue angle of 181.4º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224C4D is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 76 77 -
CMYK 0.56 0.01 0 0.70
HSL 181.4º 0.39% 0.22% -
HSV(B) 181.4º 0.56% 0.3% -
XYZ 4.58 6.04 7.95 -
YUV 63.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 34 76 77 0.56 0.01 0 0.70 181.4 0.39 0.22
Hex 22 4C 4D 38 1 0 46 B5 27 16
Octal 42 114 115 70 1 0 106 265 47 26
Binary 100010 1001100 1001101 111000 1 0 1000110 10110101 100111 10110

Color Harmonies of #224C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C4D

Black with #224C4D

Text Example


Text Example

White with #224C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224C4D; }

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

 H1.HeaderClassName
 {
   color: #224C4D;
 }
 .AnyTagClassName
 {
   color: #224C4D;
 }
</style>

background-color css

<style>
 a { background-color: #224C4D; }

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

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

border-color css

<style>
 span { border-color: #224C4D; }

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

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