#044135

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

Shades of Deep Teal #044135

Tints of Deep Teal #044135

Color information

#044135 (or 0x044135) is unknown color: approx Deep Teal. HEX triplet: 04, 41 and 35. RGB value is (4,65,53). Sum of RGB (Red+Green+Blue) = 4+65+53=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #044135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044135 is #FBBECA. Grayscale: #2D2D2D. Windows color (decimal): -16498379 or 3490052. OLE color: 3490052.

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

Color convert

RGB46553-
CMYK0.9400.180.75
HSL168.2º88.41%13.53%-
HSV(B)168.2º93.85%25.49%-
XYZ2.584.064.02-
YUV45.39132.2998.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=3.28%
G=53.28%
B=43.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465530.9400.180.75168.288.4113.53
Hex441355E0124Ba858e
Octal41016513602211325013016
Binary1001000001110101101111001001010010111010100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044135; }

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

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

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

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

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

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

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

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