Html Css Color HEX #0D4037 Deep Teal

📋 copy color: '#0D4037'

red 13 ◦ green 64 ◦ blue 55

#0D4037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0D4037

Tints of Deep Teal #0D4037

RGB

 RED value IS 13 (5.47% from 255) = 9.85%

 GREEN value IS 64 (25.39% from 255) = 48.48%

 BLUE value IS 55 (21.88% from 255) = 41.67%

R = 9.85%
G = 48.48%
B = 41.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#0D4037 (or 0x0D4037) is known color: Deep Teal. HEX triplet: 0D, 40 and 37. RGB value is (13,64,55). Sum of RGB (Red+Green+Blue) = 13+64+55=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #0D4037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4037 is #F2BFC8. Grayscale: #2F2F2F. Windows color (decimal): -15908809 or 3620877. OLE color: 3620877.

HSL color Cylindrical-coordinate representation of color #0D4037: hue angle of 169.41º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4037 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 64 55 -
CMYK 0.80 0 0.14 0.75
HSL 169.41º 0.66% 0.15% -
HSV(B) 169.41º 0.8% 0.25% -
XYZ 2.69 4.03 4.25 -
YUV 47.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 13 64 55 0.80 0 0.14 0.75 169.41 0.66 0.15
Hex D 40 37 50 0 E 4B A9 42 F
Octal 15 100 67 120 0 16 113 251 102 17
Binary 1101 1000000 110111 1010000 0 1110 1001011 10101001 1000010 1111

Color Harmonies of #0D4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4037

Black with #0D4037

Text Example


Text Example

White with #0D4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,64,55); }

 H1.HeaderClassName
 {
   color: #0D4037;
 }
 .AnyTagClassName
 {
   color: #0D4037;
 }
</style>

background-color css

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

 a { background-color: rgb(13,64,55); }

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

border-color css

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

 span { border-color: rgb(13,64,55); }

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