#044234

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

Shades of Deep Teal #044234

Tints of Deep Teal #044234

Color information

#044234 (or 0x044234) is unknown color: approx Deep Teal. HEX triplet: 04, 42 and 34. RGB value is (4,66,52). Sum of RGB (Red+Green+Blue) = 4+66+52=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #044234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044234 is #FBBDCB. Grayscale: #2D2D2D. Windows color (decimal): -16498124 or 3424772. OLE color: 3424772.

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

Color convert

RGB46652-
CMYK0.9400.210.74
HSL166.45º88.57%13.73%-
HSV(B)166.45º93.94%25.88%-
XYZ2.624.173.92-
YUV45.87131.4698.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=3.28%
G=54.10%
B=42.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466520.9400.210.74166.4588.5713.73
Hex442345E0154Aa659e
Octal41026413602511224613116
Binary1001000010110100101111001010110010101010011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044234; }

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

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

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

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

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

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

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

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