Html Css Color HEX #0D4435 Deep Teal

📋 copy color: '#0D4435'

red 13 ◦ green 68 ◦ blue 53

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

Shades of Deep Teal #0D4435

Tints of Deep Teal #0D4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 9.7%
G = 50.75%
B = 39.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#0D4435 (or 0x0D4435) is known color: Deep Teal. HEX triplet: 0D, 44 and 35. RGB value is (13,68,53). Sum of RGB (Red+Green+Blue) = 13+68+53=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4435 is #F2BBCA. Grayscale: #313131. Windows color (decimal): -15907787 or 3490829. OLE color: 3490829.

HSL color Cylindrical-coordinate representation of color #0D4435: hue angle of 163.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4435 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 68 53 -
CMYK 0.81 0 0.22 0.73
HSL 163.64º 0.68% 0.16% -
HSV(B) 163.64º 0.81% 0.27% -
XYZ 2.88 4.48 4.08 -
YUV 49.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 13 68 53 0.81 0 0.22 0.73 163.64 0.68 0.16
Hex D 44 35 51 0 16 49 A4 44 10
Octal 15 104 65 121 0 26 111 244 104 20
Binary 1101 1000100 110101 1010001 0 10110 1001001 10100100 1000100 10000

Color Harmonies of #0D4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4435

Black with #0D4435

Text Example


Text Example

White with #0D4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,53); }

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

background-color css

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

 a { background-color: rgb(13,68,53); }

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

border-color css

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

 span { border-color: rgb(13,68,53); }

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