#22544F

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

Shades of Dark Slate Grey #22544F

Tints of Dark Slate Grey #22544F

Color information

#22544F (or 0x22544F) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 54 and 4F. RGB value is (34,84,79). Sum of RGB (Red+Green+Blue) = 34+84+79=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #22544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22544F is #DDABB0. Grayscale: #444444. Windows color (decimal): -14527409 or 5198882. OLE color: 5198882.

HSL color Cylindrical-coordinate representation of color #22544F: hue angle of 174º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #22544F is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB348479-
CMYK0.6000.060.67
HSL174º42.37%23.14%-
HSV(B)174º59.52%32.94%-
XYZ5.247.258.52-
YUV68.48133.94103.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=17.26%
G=42.64%
B=40.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484790.6000.060.6717442.3723.14
Hex22544F3C0643ae2a17
Octal4212411774061032565227
Binary10001010101001001111111100011010000111010111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22544F; }

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

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

<style>
 a { background-color: #22544F; }

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

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

<style>
 span { border-color: #22544F; }

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

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