#214C4A

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

Shades of Tiber #214C4A

Tints of Tiber #214C4A

Color information

#214C4A (or 0x214C4A) is unknown color: approx Tiber. HEX triplet: 21, 4C and 4A. RGB value is (33,76,74). Sum of RGB (Red+Green+Blue) = 33+76+74=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #214C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C4A is #DEB3B5. Grayscale: #3E3E3E. Windows color (decimal): -14594998 or 4869153. OLE color: 4869153.

HSL color Cylindrical-coordinate representation of color #214C4A: hue angle of 177.21º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C4A is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB337674-
CMYK0.5700.030.70
HSL177.21º39.45%21.37%-
HSV(B)177.21º56.58%29.8%-
XYZ4.455.997.4-
YUV62.91134.25106.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=18.03%
G=41.53%
B=40.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376740.5700.030.70177.2139.4521.37
Hex214C4A390346b12715
Octal4111411271031062614725
Binary1000011001100100101011100101110001101011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214C4A; }

 p { color: rgb(33,76,74); }

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

<style>
 a { background-color: #214C4A; }

 a { background-color: rgb(33,76,74); }

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

<style>
 span { border-color: #214C4A; }

 span { border-color: rgb(33,76,74); }

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