#224F4D

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

Shades of Dark Slate Grey #224F4D

Tints of Dark Slate Grey #224F4D

Color information

#224F4D (or 0x224F4D) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4F and 4D. RGB value is (34,79,77). Sum of RGB (Red+Green+Blue) = 34+79+77=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #224F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F4D is #DDB0B2. Grayscale: #414141. Windows color (decimal): -14528691 or 5066530. OLE color: 5066530.

HSL color Cylindrical-coordinate representation of color #224F4D: hue angle of 177.33º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224F4D is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB347977-
CMYK0.5700.030.69
HSL177.33º39.82%22.16%-
HSV(B)177.33º56.96%30.98%-
XYZ4.86.478.02-
YUV65.32134.59105.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=17.89%
G=41.58%
B=40.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3479770.5700.030.69177.3339.8222.16
Hex224F4D390345b12816
Octal4211711571031052615026
Binary1000101001111100110111100101110001011011000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #224F4D;
 }
 .AnyTagClassName
 {
   color: #224F4D;
 }
</style>
background-color css

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

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

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

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

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

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