#143B3A

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

Shades of Tiber #143B3A

Tints of Tiber #143B3A

Color information

#143B3A (or 0x143B3A) is unknown color: approx Tiber. HEX triplet: 14, 3B and 3A. RGB value is (20,59,58). Sum of RGB (Red+Green+Blue) = 20+59+58=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #143B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B3A is #EBC4C5. Grayscale: #2F2F2F. Windows color (decimal): -15451334 or 3816212. OLE color: 3816212.

HSL color Cylindrical-coordinate representation of color #143B3A: hue angle of 178.46º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B3A is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB205958-
CMYK0.6600.020.77
HSL178.46º49.37%15.49%-
HSV(B)178.46º66.1%23.14%-
XYZ2.623.584.56-
YUV47.22134.08108.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=14.60%
G=43.07%
B=42.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059580.6600.020.77178.4649.3715.49
Hex143B3A42024Db231f
Octal247372102021152626117
Binary1010011101111101010000100101001101101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143B3A; }

 p { color: rgb(20,59,58); }

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

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

 a { background-color: rgb(20,59,58); }

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

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

 span { border-color: rgb(20,59,58); }

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