#0D4938

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

Shades of Deep Teal #0D4938

Tints of Deep Teal #0D4938

Color information

#0D4938 (or 0x0D4938) is unknown color: approx Deep Teal. HEX triplet: 0D, 49 and 38. RGB value is (13,73,56). Sum of RGB (Red+Green+Blue) = 13+73+56=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4938 is #F2B6C7. Grayscale: #353535. Windows color (decimal): -15906504 or 3688717. OLE color: 3688717.

HSL color Cylindrical-coordinate representation of color #0D4938: hue angle of 163º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4938 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB137356-
CMYK0.8200.230.71
HSL163º69.77%16.86%-
HSV(B)163º82.19%28.63%-
XYZ3.265.144.56-
YUV53.12129.6299.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=9.15%
G=51.41%
B=39.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1373560.8200.230.7116369.7716.86
HexD49385201747a34611
Octal151117012202710724310621
Binary110110010011110001010010010111100011110100011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,73,56); }

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

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

 a { background-color: rgb(13,73,56); }

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

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

 span { border-color: rgb(13,73,56); }

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