#133D3A

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

Shades of Tiber #133D3A

Tints of Tiber #133D3A

Color information

#133D3A (or 0x133D3A) is unknown color: approx Tiber. HEX triplet: 13, 3D and 3A. RGB value is (19,61,58). Sum of RGB (Red+Green+Blue) = 19+61+58=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3A is #ECC2C5. Grayscale: #303030. Windows color (decimal): -15516358 or 3816723. OLE color: 3816723.

HSL color Cylindrical-coordinate representation of color #133D3A: hue angle of 175.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D3A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB196158-
CMYK0.6900.050.76
HSL175.71º52.5%15.69%-
HSV(B)175.71º68.85%23.92%-
XYZ2.73.784.59-
YUV48.1133.59107.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 61 (24.22% from 255) = 44.20%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=13.77%
G=44.20%
B=42.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961580.6900.050.76175.7152.515.69
Hex133D3A45054Cb03410
Octal237572105051142606420
Binary100111111011110101000101010110011001011000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D3A; }

 p { color: rgb(19,61,58); }

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

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

 a { background-color: rgb(19,61,58); }

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

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

 span { border-color: rgb(19,61,58); }

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