#0D3734

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

Shades of Deep Teal #0D3734

Tints of Deep Teal #0D3734

Color information

#0D3734 (or 0x0D3734) is unknown color: approx Deep Teal. HEX triplet: 0D, 37 and 34. RGB value is (13,55,52). Sum of RGB (Red+Green+Blue) = 13+55+52=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3734 is #F2C8CB. Grayscale: #2A2A2A. Windows color (decimal): -15911116 or 3421965. OLE color: 3421965.

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

Color convert

RGB135552-
CMYK0.7600.050.78
HSL175.71º61.76%13.33%-
HSV(B)175.71º76.36%21.57%-
XYZ2.153.073.73-
YUV42.1133.59107.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=10.83%
G=45.83%
B=43.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1355520.7600.050.78175.7161.7613.33
HexD37344C054Eb03ed
Octal156764114051162607615
Binary1101110111110100100110001011001110101100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3734; }

 p { color: rgb(13,55,52); }

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

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

 a { background-color: rgb(13,55,52); }

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

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

 span { border-color: rgb(13,55,52); }

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