#224E4D

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

Shades of Dark Slate Grey #224E4D

Tints of Dark Slate Grey #224E4D

Color information

#224E4D (or 0x224E4D) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4E and 4D. RGB value is (34,78,77). Sum of RGB (Red+Green+Blue) = 34+78+77=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #224E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E4D is #DDB1B2. Grayscale: #404040. Windows color (decimal): -14528947 or 5066274. OLE color: 5066274.

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

Color convert

RGB347877-
CMYK0.5600.010.69
HSL178.64º39.29%21.96%-
HSV(B)178.64º56.41%30.59%-
XYZ4.726.327.99-
YUV64.73134.92106.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=17.99%
G=41.27%
B=40.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3478770.5600.010.69178.6439.2921.96
Hex224E4D380145b32716
Octal4211611570011052634726
Binary100010100111010011011110000110001011011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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