#044236

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

Shades of Deep Teal #044236

Tints of Deep Teal #044236

Color information

#044236 (or 0x044236) is unknown color: approx Deep Teal. HEX triplet: 04, 42 and 36. RGB value is (4,66,54). Sum of RGB (Red+Green+Blue) = 4+66+54=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #044236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044236 is #FBBDC9. Grayscale: #2E2E2E. Windows color (decimal): -16498122 or 3555844. OLE color: 3555844.

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

Color convert

RGB46654-
CMYK0.9400.180.74
HSL168.39º88.57%13.73%-
HSV(B)168.39º93.94%25.88%-
XYZ2.664.194.16-
YUV46.09132.4697.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=3.23%
G=53.23%
B=43.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466540.9400.180.74168.3988.5713.73
Hex442365E0124Aa859e
Octal41026613602211225013116
Binary1001000010110110101111001001010010101010100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044236; }

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

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

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

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

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

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

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

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