#214946

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

Shades of Tiber #214946

Tints of Tiber #214946

Color information

#214946 (or 0x214946) is unknown color: approx Tiber. HEX triplet: 21, 49 and 46. RGB value is (33,73,70). Sum of RGB (Red+Green+Blue) = 33+73+70=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #214946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214946 is #DEB6B9. Grayscale: #3C3C3C. Windows color (decimal): -14595770 or 4606241. OLE color: 4606241.

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

Color convert

RGB337370-
CMYK0.5500.040.71
HSL175.5º37.74%20.78%-
HSV(B)175.5º54.79%28.63%-
XYZ4.125.536.64-
YUV60.7133.25108.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=18.75%
G=41.48%
B=39.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373700.5500.040.71175.537.7420.78
Hex214946370447b02615
Octal4111110667041072604625
Binary10000110010011000110110111010010001111011000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214946; }

 p { color: rgb(33,73,70); }

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

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

 a { background-color: rgb(33,73,70); }

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

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

 span { border-color: rgb(33,73,70); }

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