Html Css Color HEX #224B49 Tiber

📋 copy color: '#224B49'

red 34 ◦ green 75 ◦ blue 73

#224B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #224B49

Tints of Tiber #224B49

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 value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#224B49 (or 0x224B49) is known color: 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

RGB 34 75 73 -
CMYK 0.55 0 0.03 0.71
HSL 177.07º 0.38% 0.21% -
HSV(B) 177.07º 0.55% 0.29% -
XYZ 4.38 5.85 7.2 -
YUV 62.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 34 75 73 0.55 0 0.03 0.71 177.07 0.38 0.21
Hex 22 4B 49 37 0 3 47 B1 26 15
Octal 42 113 111 67 0 3 107 261 46 25
Binary 100010 1001011 1001001 110111 0 11 1000111 10110001 100110 10101

Color Harmonies of #224B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B49

Black with #224B49

Text Example


Text Example

White with #224B49

Text Example


Text Example

HTML Codes & Css Web 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>