Html Css Color HEX #044337 Deep Teal

📋 copy color: '#044337'

red 4 ◦ green 67 ◦ blue 55

#044337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #044337

Tints of Deep Teal #044337

RGB

 RED value IS 4 (1.95% from 255) = 3.17%

 GREEN value IS 67 (26.56% from 255) = 53.17%

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 3.17%
G = 53.17%
B = 43.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#044337 (or 0x044337) is known color: Deep Teal. HEX triplet: 04, 43 and 37. RGB value is (4,67,55). Sum of RGB (Red+Green+Blue) = 4+67+55=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #044337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044337 is #FBBCC8. Grayscale: #2E2E2E. Windows color (decimal): -16497865 or 3621636. OLE color: 3621636.

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

Color convert

RGB 4 67 55 -
CMYK 0.94 0 0.18 0.74
HSL 168.57º 0.89% 0.14% -
HSV(B) 168.57º 0.94% 0.26% -
XYZ 2.75 4.32 4.3 -
YUV 46.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 4 67 55 0.94 0 0.18 0.74 168.57 0.89 0.14
Hex 4 43 37 5E 0 12 4A A9 59 E
Octal 4 103 67 136 0 22 112 251 131 16
Binary 100 1000011 110111 1011110 0 10010 1001010 10101001 1011001 1110

Color Harmonies of #044337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044337

Black with #044337

Text Example


Text Example

White with #044337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044337; }

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

 H1.HeaderClassName
 {
   color: #044337;
 }
 .AnyTagClassName
 {
   color: #044337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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