#224B49

Color #224B49 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #224B49

Tints of Tiber #224B49

Color information

#224B49 (or 0x224B49) is unknown color: approx Tiber. HEX triplet: 22, 4B and 49. RGB value is (34,75,73). Sum of RGB (Red+Green+Blue) = 34+75+73=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #224B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B49 is #DDB4B6. Grayscale: #3E3E3E. Windows color (decimal): -14529719 or 4803362. OLE color: 4803362.

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

Color convert

RGB347573-
CMYK0.5500.030.71
HSL177.07º37.61%21.37%-
HSV(B)177.07º54.67%29.41%-
XYZ4.385.857.2-
YUV62.51133.92107.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=18.68%
G=41.21%
B=40.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475730.5500.030.71177.0737.6121.37
Hex224B49370347b12615
Octal4211311167031072614625
Binary1000101001011100100111011101110001111011000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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