#0D473C

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

Shades of Deep Teal #0D473C

Tints of Deep Teal #0D473C

Color information

#0D473C (or 0x0D473C) is unknown color: approx Deep Teal. HEX triplet: 0D, 47 and 3C. RGB value is (13,71,60). Sum of RGB (Red+Green+Blue) = 13+71+60=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #0D473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D473C is #F2B8C3. Grayscale: #343434. Windows color (decimal): -15907012 or 3950349. OLE color: 3950349.

HSL color Cylindrical-coordinate representation of color #0D473C: hue angle of 168.62º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D473C is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB137160-
CMYK0.8200.150.72
HSL168.62º69.05%16.47%-
HSV(B)168.62º81.69%27.84%-
XYZ3.234.925.05-
YUV52.4132.2899.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=9.03%
G=49.31%
B=41.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1371600.8200.150.72168.6269.0516.47
HexD473C520F48a94510
Octal151077412201711025110520
Binary11011000111111100101001001111100100010101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,60); }

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

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

 a { background-color: rgb(13,71,60); }

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

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

 span { border-color: rgb(13,71,60); }

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