Html Css Color HEX #044A38 Deep Teal

📋 copy color: '#044A38'

red 4 ◦ green 74 ◦ blue 56

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

Shades of Deep Teal #044A38

Tints of Deep Teal #044A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 55.22%

 BLUE value IS 56 (22.27% from 255) = 41.79%

R = 2.99%
G = 55.22%
B = 41.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#044A38 (or 0x044A38) is known color: Deep Teal. HEX triplet: 04, 4A and 38. RGB value is (4,74,56). Sum of RGB (Red+Green+Blue) = 4+74+56=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #044A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A38 is #FBB5C7. Grayscale: #333333. Windows color (decimal): -16496072 or 3688964. OLE color: 3688964.

HSL color Cylindrical-coordinate representation of color #044A38: hue angle of 164.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A38 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 74 56 -
CMYK 0.95 0 0.24 0.71
HSL 164.57º 0.9% 0.15% -
HSV(B) 164.57º 0.95% 0.29% -
XYZ 3.21 5.21 4.58 -
YUV 51.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 4 74 56 0.95 0 0.24 0.71 164.57 0.9 0.15
Hex 4 4A 38 5F 0 18 47 A5 5A F
Octal 4 112 70 137 0 30 107 245 132 17
Binary 100 1001010 111000 1011111 0 11000 1000111 10100101 1011010 1111

Color Harmonies of #044A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A38

Black with #044A38

Text Example


Text Example

White with #044A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A38; }

 p { color: rgb(4,74,56); }

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

background-color css

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

 a { background-color: rgb(4,74,56); }

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

border-color css

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

 span { border-color: rgb(4,74,56); }

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