#0D4437

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

Shades of Deep Teal #0D4437

Tints of Deep Teal #0D4437

Color information

#0D4437 (or 0x0D4437) is unknown color: approx Deep Teal. HEX triplet: 0D, 44 and 37. RGB value is (13,68,55). Sum of RGB (Red+Green+Blue) = 13+68+55=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4437 is #F2BBC8. Grayscale: #323232. Windows color (decimal): -15907785 or 3621901. OLE color: 3621901.

HSL color Cylindrical-coordinate representation of color #0D4437: hue angle of 165.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4437 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB136855-
CMYK0.8100.190.73
HSL165.82º67.9%15.88%-
HSV(B)165.82º80.88%26.67%-
XYZ2.924.54.33-
YUV50.07130.78101.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.56%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=9.56%
G=50%
B=40.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368550.8100.190.73165.8267.915.88
HexD44375101349a64410
Octal151046712102311124610420
Binary110110001001101111010001010011100100110100110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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