#0d4c3b

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

Shades of Deep Teal #0D4C3B

Tints of Deep Teal #0D4C3B

Color information

#0D4C3B (or 0x0D4C3B) is unknown color: approx Deep Teal. HEX triplet: 0D, 4C and 3B. RGB value is (13,76,59). Sum of RGB (Red+Green+Blue) = 13+76+59=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C3B is #F2B3C4. Grayscale: #373737. Windows color (decimal): -15905733 or 3886093. OLE color: 3886093.

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

Color convert

RGB137659-
CMYK0.8300.220.70
HSL163.81º70.79%17.45%-
HSV(B)163.81º82.89%29.8%-
XYZ3.545.575.03-
YUV55.22130.1397.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=8.78%
G=51.35%
B=39.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1376590.8300.220.70163.8170.7917.45
HexD4C3B5301646a44711
Octal151147312302610624410721
Binary110110011001110111010011010110100011010100100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,59); }

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

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

 a { background-color: rgb(13,76,59); }

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

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

 span { border-color: rgb(13,76,59); }

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