#133631

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

Shades of Deep Teal #133631

Tints of Deep Teal #133631

Color information

#133631 (or 0x133631) is unknown color: approx Deep Teal. HEX triplet: 13, 36 and 31. RGB value is (19,54,49). Sum of RGB (Red+Green+Blue) = 19+54+49=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #133631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133631 is #ECC9CE. Grayscale: #2A2A2A. Windows color (decimal): -15518159 or 3225107. OLE color: 3225107.

HSL color Cylindrical-coordinate representation of color #133631: hue angle of 171.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133631 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB195449-
CMYK0.6500.090.79
HSL171.43º47.95%14.31%-
HSV(B)171.43º64.81%21.18%-
XYZ2.1433.37-
YUV42.96131.4110.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=15.57%
G=44.26%
B=40.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954490.6500.090.79171.4347.9514.31
Hex13363141094Fab30e
Octal2366611010111172536016
Binary100111101101100011000001010011001111101010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133631; }

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

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

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

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

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

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

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

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