#133E3E

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

Shades of Tiber #133E3E

Tints of Tiber #133E3E

Color information

#133E3E (or 0x133E3E) is unknown color: approx Tiber. HEX triplet: 13, 3E and 3E. RGB value is (19,62,62). Sum of RGB (Red+Green+Blue) = 19+62+62=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: green, blue. Hex color #133E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E3E is #ECC1C1. Grayscale: #313131. Windows color (decimal): -15516098 or 4079123. OLE color: 4079123.

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

Color convert

RGB196262-
CMYK0.69000.76
HSL180º53.09%15.88%-
HSV(B)180º69.35%24.31%-
XYZ2.863.935.17-
YUV49.14135.25106.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=13.29%
G=43.36%
B=43.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1962620.69000.7618053.0915.88
Hex133E3E45004Cb43510
Octal237676105001142646520
Binary1001111111011111010001010010011001011010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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