#133E3D

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

Shades of Tiber #133E3D

Tints of Tiber #133E3D

Color information

#133E3D (or 0x133E3D) is unknown color: approx Tiber. HEX triplet: 13, 3E and 3D. RGB value is (19,62,61). Sum of RGB (Red+Green+Blue) = 19+62+61=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 62 - color contains mainly: green. Hex color #133E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E3D is #ECC1C2. Grayscale: #303030. Windows color (decimal): -15516099 or 4013587. OLE color: 4013587.

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

Color convert

RGB196261-
CMYK0.6900.020.76
HSL178.6º53.09%15.88%-
HSV(B)178.6º69.35%24.31%-
XYZ2.833.925.02-
YUV49.03134.75106.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 62 (24.61% from 255) = 43.66%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=13.38%
G=43.66%
B=42.96%

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
Decimal1962610.6900.020.76178.653.0915.88
Hex133E3D45024Cb33510
Octal237675105021142636520
Binary10011111110111101100010101010011001011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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