#224C4D

Color #224C4D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #224C4D

Tints of Dark Slate Grey #224C4D

Color information

#224C4D (or 0x224C4D) is unknown color: approx 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

RGB347677-
CMYK0.560.0100.70
HSL181.4º38.74%21.76%-
HSV(B)181.4º55.84%30.2%-
XYZ4.586.047.95-
YUV63.56135.59106.92-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476770.560.0100.70181.438.7421.76
Hex224C4D381046b52716
Octal4211411570101062654726
Binary100010100110010011011110001010001101011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>