#044338

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

Shades of Deep Teal #044338

Tints of Deep Teal #044338

Color information

#044338 (or 0x044338) is unknown color: approx Deep Teal. HEX triplet: 04, 43 and 38. RGB value is (4,67,56). Sum of RGB (Red+Green+Blue) = 4+67+56=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #044338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044338 is #FBBCC7. Grayscale: #2E2E2E. Windows color (decimal): -16497864 or 3687172. OLE color: 3687172.

HSL color Cylindrical-coordinate representation of color #044338: hue angle of 169.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044338 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB46756-
CMYK0.9400.160.74
HSL169.52º88.73%13.92%-
HSV(B)169.52º94.03%26.27%-
XYZ2.774.334.43-
YUV46.91133.1397.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=3.15%
G=52.76%
B=44.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal467560.9400.160.74169.5288.7313.92
Hex443385E0104Aaa59e
Octal41037013602011225213116
Binary1001000011111000101111001000010010101010101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044338; }

 p { color: rgb(4,67,56); }

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

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

 a { background-color: rgb(4,67,56); }

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

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

 span { border-color: rgb(4,67,56); }

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