#044334

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

Shades of Deep Teal #044334

Tints of Deep Teal #044334

Color information

#044334 (or 0x044334) is unknown color: approx Deep Teal. HEX triplet: 04, 43 and 34. RGB value is (4,67,52). Sum of RGB (Red+Green+Blue) = 4+67+52=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #044334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044334 is #FBBCCB. Grayscale: #2E2E2E. Windows color (decimal): -16497868 or 3425028. OLE color: 3425028.

HSL color Cylindrical-coordinate representation of color #044334: hue angle of 165.71º 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 #044334 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB46752-
CMYK0.9400.220.74
HSL165.71º88.73%13.92%-
HSV(B)165.71º94.03%26.27%-
XYZ2.684.293.94-
YUV46.45131.1397.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=3.25%
G=54.47%
B=42.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal467520.9400.220.74165.7188.7313.92
Hex443345E0164Aa659e
Octal41036413602611224613116
Binary1001000011110100101111001011010010101010011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044334; }

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

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

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

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

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

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

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

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