#0D3A32

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

Shades of Deep Teal #0D3A32

Tints of Deep Teal #0D3A32

Color information

#0D3A32 (or 0x0D3A32) is unknown color: approx Deep Teal. HEX triplet: 0D, 3A and 32. RGB value is (13,58,50). Sum of RGB (Red+Green+Blue) = 13+58+50=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A32 is #F2C5CD. Grayscale: #2B2B2B. Windows color (decimal): -15910350 or 3291661. OLE color: 3291661.

HSL color Cylindrical-coordinate representation of color #0D3A32: hue angle of 169.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A32 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB135850-
CMYK0.7800.140.77
HSL169.33º63.38%13.92%-
HSV(B)169.33º77.59%22.75%-
XYZ2.253.343.54-
YUV43.63131.59106.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=10.74%
G=47.93%
B=41.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1358500.7800.140.77169.3363.3813.92
HexD3A324E0E4Da93fe
Octal1572621160161152517716
Binary11011110101100101001110011101001101101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,58,50); }

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

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

 a { background-color: rgb(13,58,50); }

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

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

 span { border-color: rgb(13,58,50); }

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