#004939

Color #004939 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #004939

Tints of Deep Teal #004939

Color information

#004939 (or 0x004939) is unknown color: approx 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

RGB07357-
CMYK100.220.71
HSL166.85º100%14.31%-
HSV(B)166.85º100%28.63%-
XYZ3.125.064.68-
YUV49.35132.3292.8-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07357100.220.71166.8510014.31
Hex049396401647a764e
Octal01117114402610724714416
Binary01001001111001110010001011010001111010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>