#044035

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

Shades of Deep Teal #044035

Tints of Deep Teal #044035

Color information

#044035 (or 0x044035) is unknown color: approx Deep Teal. HEX triplet: 04, 40 and 35. RGB value is (4,64,53). Sum of RGB (Red+Green+Blue) = 4+64+53=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #044035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044035 is #FBBFCA. Grayscale: #2C2C2C. Windows color (decimal): -16498635 or 3489796. OLE color: 3489796.

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

Color convert

RGB46453-
CMYK0.9400.170.75
HSL169º88.24%13.33%-
HSV(B)169º93.75%25.1%-
XYZ2.533.954-
YUV44.81132.6298.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=3.31%
G=52.89%
B=43.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464530.9400.170.7516988.2413.33
Hex440355E0114Ba958d
Octal41006513602111325113015
Binary1001000000110101101111001000110010111010100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044035; }

 p { color: rgb(4,64,53); }

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

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

 a { background-color: rgb(4,64,53); }

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

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

 span { border-color: rgb(4,64,53); }

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