#0D4D3D

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

Shades of Deep Teal #0D4D3D

Tints of Deep Teal #0D4D3D

Color information

#0D4D3D (or 0x0D4D3D) is unknown color: approx Deep Teal. HEX triplet: 0D, 4D and 3D. RGB value is (13,77,61). Sum of RGB (Red+Green+Blue) = 13+77+61=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D3D is #F2B2C2. Grayscale: #383838. Windows color (decimal): -15905475 or 4017421. OLE color: 4017421.

HSL color Cylindrical-coordinate representation of color #0D4D3D: hue angle of 165º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D3D is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB137761-
CMYK0.8300.210.70
HSL165º71.11%17.65%-
HSV(B)165º83.12%30.2%-
XYZ3.665.735.33-
YUV56.04130.897.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=8.61%
G=50.99%
B=40.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1377610.8300.210.7016571.1117.65
HexD4D3D5301546a54712
Octal151157512302510624510722
Binary110110011011111011010011010101100011010100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,61); }

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

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

 a { background-color: rgb(13,77,61); }

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

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

 span { border-color: rgb(13,77,61); }

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