Html Css Color HEX #044636 Deep Teal

📋 copy color: '#044636'

red 4 ◦ green 70 ◦ blue 54

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

Shades of Deep Teal #044636

Tints of Deep Teal #044636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 3.13%
G = 54.69%
B = 42.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#044636 (or 0x044636) is known color: Deep Teal. HEX triplet: 04, 46 and 36. RGB value is (4,70,54). Sum of RGB (Red+Green+Blue) = 4+70+54=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #044636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044636 is #FBB9C9. Grayscale: #303030. Windows color (decimal): -16497098 or 3556868. OLE color: 3556868.

HSL color Cylindrical-coordinate representation of color #044636: hue angle of 165.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044636 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 70 54 -
CMYK 0.94 0 0.23 0.73
HSL 165.45º 0.89% 0.15% -
HSV(B) 165.45º 0.94% 0.27% -
XYZ 2.91 4.67 4.24 -
YUV 48.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 4 70 54 0.94 0 0.23 0.73 165.45 0.89 0.15
Hex 4 46 36 5E 0 17 49 A5 59 F
Octal 4 106 66 136 0 27 111 245 131 17
Binary 100 1000110 110110 1011110 0 10111 1001001 10100101 1011001 1111

Color Harmonies of #044636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044636

Black with #044636

Text Example


Text Example

White with #044636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044636; }

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

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

background-color css

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

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

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

border-color css

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

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

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