#224B4A

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

Shades of Dark Slate Grey #224B4A

Tints of Dark Slate Grey #224B4A

Color information

#224B4A (or 0x224B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 4B and 4A. RGB value is (34,75,74). Sum of RGB (Red+Green+Blue) = 34+75+74=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #224B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B4A is #DDB4B5. Grayscale: #3E3E3E. Windows color (decimal): -14529718 or 4868898. OLE color: 4868898.

HSL color Cylindrical-coordinate representation of color #224B4A: hue angle of 178.54º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B4A is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB347574-
CMYK0.5500.010.71
HSL178.54º37.61%21.37%-
HSV(B)178.54º54.67%29.41%-
XYZ4.415.877.38-
YUV62.63134.42107.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=18.58%
G=40.98%
B=40.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475740.5500.010.71178.5437.6121.37
Hex224B4A370147b32615
Octal4211311267011072634625
Binary100010100101110010101101110110001111011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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