#133936

Color #133936 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #133936

Tints of Deep Teal #133936

Color information

#133936 (or 0x133936) is unknown color: approx Deep Teal. HEX triplet: 13, 39 and 36. RGB value is (19,57,54). Sum of RGB (Red+Green+Blue) = 19+57+54=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #133936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133936 is #ECC6C9. Grayscale: #2D2D2D. Windows color (decimal): -15517386 or 3553555. OLE color: 3553555.

HSL color Cylindrical-coordinate representation of color #133936: hue angle of 175.26º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133936 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB195754-
CMYK0.6700.050.78
HSL175.26º50%14.9%-
HSV(B)175.26º66.67%22.35%-
XYZ2.43.334.01-
YUV45.3132.91109.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=14.62%
G=43.85%
B=41.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957540.6700.050.78175.265014.9
Hex13393643054Eaf32f
Octal237166103051162576217
Binary10011111001110110100001101011001110101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133936; }

 p { color: rgb(19,57,54); }

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

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

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

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

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

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

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