#0D4137

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

Shades of Deep Teal #0D4137

Tints of Deep Teal #0D4137

Color information

#0D4137 (or 0x0D4137) is unknown color: approx Deep Teal. HEX triplet: 0D, 41 and 37. RGB value is (13,65,55). Sum of RGB (Red+Green+Blue) = 13+65+55=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4137 is #F2BEC8. Grayscale: #303030. Windows color (decimal): -15908553 or 3621133. OLE color: 3621133.

HSL color Cylindrical-coordinate representation of color #0D4137: hue angle of 168.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4137 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB136555-
CMYK0.8000.150.75
HSL168.46º66.67%15.29%-
HSV(B)168.46º80%25.49%-
XYZ2.754.144.27-
YUV48.31131.77102.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=9.77%
G=48.87%
B=41.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1365550.8000.150.75168.4666.6715.29
HexD4137500F4Ba843f
Octal151016712001711325010317
Binary1101100000111011110100000111110010111010100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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