Html Css Color HEX #0D483A Deep Teal

📋 copy color: '#0D483A'

red 13 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #0D483A

Tints of Deep Teal #0D483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 9.09%
G = 50.35%
B = 40.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#0D483A (or 0x0D483A) is known color: Deep Teal. HEX triplet: 0D, 48 and 3A. RGB value is (13,72,58). Sum of RGB (Red+Green+Blue) = 13+72+58=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #0D483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D483A is #F2B7C5. Grayscale: #343434. Windows color (decimal): -15906758 or 3819533. OLE color: 3819533.

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

Color convert

RGB 13 72 58 -
CMYK 0.82 0 0.19 0.72
HSL 165.76º 0.69% 0.17% -
HSV(B) 165.76º 0.82% 0.28% -
XYZ 3.25 5.03 4.8 -
YUV 52.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 13 72 58 0.82 0 0.19 0.72 165.76 0.69 0.17
Hex D 48 3A 52 0 13 48 A6 45 11
Octal 15 110 72 122 0 23 110 246 105 21
Binary 1101 1001000 111010 1010010 0 10011 1001000 10100110 1000101 10001

Color Harmonies of #0D483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D483A

Black with #0D483A

Text Example


Text Example

White with #0D483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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