#22514B

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

Shades of Dark Slate Grey #22514B

Tints of Dark Slate Grey #22514B

Color information

#22514B (or 0x22514B) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 51 and 4B. RGB value is (34,81,75). Sum of RGB (Red+Green+Blue) = 34+81+75=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #22514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22514B is #DDAEB4. Grayscale: #424242. Windows color (decimal): -14528181 or 4935970. OLE color: 4935970.

HSL color Cylindrical-coordinate representation of color #22514B: hue angle of 172.34º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22514B is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB348175-
CMYK0.5800.070.68
HSL172.34º40.87%22.55%-
HSV(B)172.34º58.02%31.76%-
XYZ4.876.737.7-
YUV66.26132.93104.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=17.89%
G=42.63%
B=39.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481750.5800.070.68172.3440.8722.55
Hex22514B3A0744ac2917
Octal4212111372071042545127
Binary10001010100011001011111010011110001001010110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22514B; }

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

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

<style>
 a { background-color: #22514B; }

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

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

<style>
 span { border-color: #22514B; }

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

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