#133D3C

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

Shades of Tiber #133D3C

Tints of Tiber #133D3C

Color information

#133D3C (or 0x133D3C) is unknown color: approx Tiber. HEX triplet: 13, 3D and 3C. RGB value is (19,61,60). Sum of RGB (Red+Green+Blue) = 19+61+60=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3C is #ECC2C3. Grayscale: #303030. Windows color (decimal): -15516356 or 3947795. OLE color: 3947795.

HSL color Cylindrical-coordinate representation of color #133D3C: hue angle of 178.57º 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 #133D3C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB196160-
CMYK0.6900.020.76
HSL178.57º52.5%15.69%-
HSV(B)178.57º68.85%23.92%-
XYZ2.753.84.86-
YUV48.33134.59107.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=13.57%
G=43.57%
B=42.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961600.6900.020.76178.5752.515.69
Hex133D3C45024Cb33410
Octal237574105021142636420
Binary10011111101111100100010101010011001011001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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