#224D4B

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

Shades of Dark Slate Grey #224D4B

Tints of Dark Slate Grey #224D4B

Color information

#224D4B (or 0x224D4B) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4D and 4B. RGB value is (34,77,75). Sum of RGB (Red+Green+Blue) = 34+77+75=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #224D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D4B is #DDB2B4. Grayscale: #3F3F3F. Windows color (decimal): -14529205 or 4934946. OLE color: 4934946.

HSL color Cylindrical-coordinate representation of color #224D4B: hue angle of 177.21º 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 #224D4B is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB347775-
CMYK0.5600.030.70
HSL177.21º38.74%21.76%-
HSV(B)177.21º55.84%30.2%-
XYZ4.586.167.6-
YUV63.91134.25106.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 77 (30.47% from 255) = 41.40%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=18.28%
G=41.40%
B=40.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3477750.5600.030.70177.2138.7421.76
Hex224D4B380346b12716
Octal4211511370031062614726
Binary1000101001101100101111100001110001101011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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