Html Css Color HEX #004939 Deep Teal

📋 copy color: '#004939'

red 0 ◦ green 73 ◦ blue 57

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

Shades of Deep Teal #004939

Tints of Deep Teal #004939

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 0%
G = 56.15%
B = 43.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#004939 (or 0x004939) is known color: Deep Teal. HEX triplet: 00, 49 and 39. RGB value is (0,73,57). Sum of RGB (Red+Green+Blue) = 0+73+57=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #004939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004939 is #FFB6C6. Grayscale: #313131. Windows color (decimal): -16758471 or 3754240. OLE color: 3754240.

HSL color Cylindrical-coordinate representation of color #004939: hue angle of 166.85º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004939 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 57 -
CMYK 1 0 0.22 0.71
HSL 166.85º 1% 0.14% -
HSV(B) 166.85º 1% 0.29% -
XYZ 3.12 5.06 4.68 -
YUV 49.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 0 73 57 1 0 0.22 0.71 166.85 1 0.14
Hex 0 49 39 64 0 16 47 A7 64 E
Octal 0 111 71 144 0 26 107 247 144 16
Binary 0 1001001 111001 1100100 0 10110 1000111 10100111 1100100 1110

Color Harmonies of #004939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004939

Black with #004939

Text Example


Text Example

White with #004939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004939; }

 p { color: rgb(0,73,57); }

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

background-color css

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

 a { background-color: rgb(0,73,57); }

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

border-color css

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

 span { border-color: rgb(0,73,57); }

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