#13413D

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

Shades of Deep Teal #13413D

Tints of Deep Teal #13413D

Color information

#13413D (or 0x13413D) is unknown color: approx Deep Teal. HEX triplet: 13, 41 and 3D. RGB value is (19,65,61). Sum of RGB (Red+Green+Blue) = 19+65+61=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #13413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13413D is #ECBEC2. Grayscale: #323232. Windows color (decimal): -15515331 or 4014355. OLE color: 4014355.

HSL color Cylindrical-coordinate representation of color #13413D: hue angle of 174.78º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13413D is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB196561-
CMYK0.7100.060.75
HSL174.78º54.76%16.47%-
HSV(B)174.78º70.77%25.49%-
XYZ34.265.08-
YUV50.79133.76105.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=13.10%
G=44.83%
B=42.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965610.7100.060.75174.7854.7616.47
Hex13413D47064Baf3710
Octal2310175107061132576720
Binary1001110000011111011000111011010010111010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13413D; }

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

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

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

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

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

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

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

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