#044D3C

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

Shades of Deep Teal #044D3C

Tints of Deep Teal #044D3C

Color information

#044D3C (or 0x044D3C) is unknown color: approx Deep Teal. HEX triplet: 04, 4D and 3C. RGB value is (4,77,60). Sum of RGB (Red+Green+Blue) = 4+77+60=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #044D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D3C is #FBB2C3. Grayscale: #353535. Windows color (decimal): -16495300 or 3951876. OLE color: 3951876.

HSL color Cylindrical-coordinate representation of color #044D3C: hue angle of 166.03º 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 #044D3C is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB47760-
CMYK0.9500.220.70
HSL166.03º90.12%15.88%-
HSV(B)166.03º94.81%30.2%-
XYZ3.525.665.18-
YUV53.24131.8292.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 77 (30.47% from 255) = 54.61%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=2.84%
G=54.61%
B=42.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477600.9500.220.70166.0390.1215.88
Hex44D3C5F01646a65a10
Octal41157413702610624613220
Binary10010011011111001011111010110100011010100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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