Html Css Color HEX #0D473C Deep Teal

📋 copy color: '#0D473C'

red 13 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #0D473C

Tints of Deep Teal #0D473C

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#0D473C (or 0x0D473C) is known color: 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

RGB 13 71 60 -
CMYK 0.82 0 0.15 0.72
HSL 168.62º 0.69% 0.16% -
HSV(B) 168.62º 0.82% 0.28% -
XYZ 3.23 4.92 5.05 -
YUV 52.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 13 71 60 0.82 0 0.15 0.72 168.62 0.69 0.16
Hex D 47 3C 52 0 F 48 A9 45 10
Octal 15 107 74 122 0 17 110 251 105 20
Binary 1101 1000111 111100 1010010 0 1111 1001000 10101001 1000101 10000

Color Harmonies of #0D473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D473C

Black with #0D473C

Text Example


Text Example

White with #0D473C

Text Example


Text Example

HTML Codes & Css Web 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>