#044D39

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

Shades of Deep Teal #044D39

Tints of Deep Teal #044D39

Color information

#044D39 (or 0x044D39) is unknown color: approx Deep Teal. HEX triplet: 04, 4D and 39. RGB value is (4,77,57). Sum of RGB (Red+Green+Blue) = 4+77+57=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #044D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D39 is #FBB2C6. Grayscale: #343434. Windows color (decimal): -16495303 or 3755268. OLE color: 3755268.

HSL color Cylindrical-coordinate representation of color #044D39: hue angle of 163.56º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D39 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB47757-
CMYK0.9500.260.70
HSL163.56º90.12%15.88%-
HSV(B)163.56º94.81%30.2%-
XYZ3.445.634.78-
YUV52.89130.3293.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=2.90%
G=55.80%
B=41.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477570.9500.260.70163.5690.1215.88
Hex44D395F01A46a45a10
Octal41157113703210624413220
Binary10010011011110011011111011010100011010100100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044D39; }

 p { color: rgb(4,77,57); }

 H1.HeaderClassName
 {
   color: #044D39;
 }
 .AnyTagClassName
 {
   color: #044D39;
 }
</style>
background-color css

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

 a { background-color: rgb(4,77,57); }

 div.DivClassName
 {
   background-color: #044D39;
 }
 .BgClassName
 {
   background-color: #044D39;
 }
</style>
border-color css

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

 span { border-color: rgb(4,77,57); }

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