Html Css Color HEX #044C3B Deep Teal

📋 copy color: '#044C3B'

red 4 ◦ green 76 ◦ blue 59

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

Shades of Deep Teal #044C3B

Tints of Deep Teal #044C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 54.68%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 2.88%
G = 54.68%
B = 42.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#044C3B (or 0x044C3B) is known color: Deep Teal. HEX triplet: 04, 4C and 3B. RGB value is (4,76,59). Sum of RGB (Red+Green+Blue) = 4+76+59=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #044C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044C3B is #FBB3C4. Grayscale: #343434. Windows color (decimal): -16495557 or 3886084. OLE color: 3886084.

HSL color Cylindrical-coordinate representation of color #044C3B: hue angle of 165.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C3B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 76 59 -
CMYK 0.95 0 0.22 0.70
HSL 165.83º 0.9% 0.16% -
HSV(B) 165.83º 0.95% 0.3% -
XYZ 3.42 5.51 5.02 -
YUV 52.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 4 76 59 0.95 0 0.22 0.70 165.83 0.9 0.16
Hex 4 4C 3B 5F 0 16 46 A6 5A 10
Octal 4 114 73 137 0 26 106 246 132 20
Binary 100 1001100 111011 1011111 0 10110 1000110 10100110 1011010 10000

Color Harmonies of #044C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C3B

Black with #044C3B

Text Example


Text Example

White with #044C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,59); }

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

background-color css

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

 a { background-color: rgb(4,76,59); }

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

border-color css

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

 span { border-color: rgb(4,76,59); }

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