#044137

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

Shades of Deep Teal #044137

Tints of Deep Teal #044137

Color information

#044137 (or 0x044137) is unknown color: approx Deep Teal. HEX triplet: 04, 41 and 37. RGB value is (4,65,55). Sum of RGB (Red+Green+Blue) = 4+65+55=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #044137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044137 is #FBBEC8. Grayscale: #2D2D2D. Windows color (decimal): -16498377 or 3621124. OLE color: 3621124.

HSL color Cylindrical-coordinate representation of color #044137: hue angle of 170.16º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044137 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB46555-
CMYK0.9400.150.75
HSL170.16º88.41%13.53%-
HSV(B)170.16º93.85%25.49%-
XYZ2.634.084.26-
YUV45.62133.2998.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=3.23%
G=52.42%
B=44.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465550.9400.150.75170.1688.4113.53
Hex441375E0F4Baa58e
Octal41016713601711325213016
Binary100100000111011110111100111110010111010101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044137; }

 p { color: rgb(4,65,55); }

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

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

 a { background-color: rgb(4,65,55); }

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

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

 span { border-color: rgb(4,65,55); }

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