Html Css Color HEX #044335 Deep Teal

📋 copy color: '#044335'

red 4 ◦ green 67 ◦ blue 53

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

Shades of Deep Teal #044335

Tints of Deep Teal #044335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 3.23%
G = 54.03%
B = 42.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#044335 (or 0x044335) is known color: Deep Teal. HEX triplet: 04, 43 and 35. RGB value is (4,67,53). Sum of RGB (Red+Green+Blue) = 4+67+53=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #044335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044335 is #FBBCCA. Grayscale: #2E2E2E. Windows color (decimal): -16497867 or 3490564. OLE color: 3490564.

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

Color convert

RGB 4 67 53 -
CMYK 0.94 0 0.21 0.74
HSL 166.67º 0.89% 0.14% -
HSV(B) 166.67º 0.94% 0.26% -
XYZ 2.7 4.3 4.06 -
YUV 46.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 4 67 53 0.94 0 0.21 0.74 166.67 0.89 0.14
Hex 4 43 35 5E 0 15 4A A7 59 E
Octal 4 103 65 136 0 25 112 247 131 16
Binary 100 1000011 110101 1011110 0 10101 1001010 10100111 1011001 1110

Color Harmonies of #044335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044335

Black with #044335

Text Example


Text Example

White with #044335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044335; }

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

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

background-color css

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

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

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

border-color css

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

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

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