#074A37

Color #074A37 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #074A37

Tints of Deep Teal #074A37

Color information

#074A37 (or 0x074A37) is unknown color: approx Deep Teal. HEX triplet: 07, 4A and 37. RGB value is (7,74,55). Sum of RGB (Red+Green+Blue) = 7+74+55=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #074A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A37 is #F8B5C8. Grayscale: #333333. Windows color (decimal): -16299465 or 3623431. OLE color: 3623431.

HSL color Cylindrical-coordinate representation of color #074A37: hue angle of 162.99º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A37 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB77455-
CMYK0.9100.260.71
HSL162.99º82.72%15.88%-
HSV(B)162.99º90.54%29.02%-
XYZ3.235.224.45-
YUV51.8129.896.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 74 (29.30% from 255) = 54.41%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=5.15%
G=54.41%
B=40.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774550.9100.260.71162.9982.7215.88
Hex74A375B01A47a35310
Octal71126713303210724312320
Binary11110010101101111011011011010100011110100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074A37; }

 p { color: rgb(7,74,55); }

 H1.HeaderClassName
 {
   color: #074A37;
 }
 .AnyTagClassName
 {
   color: #074A37;
 }
</style>
background-color css

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

 a { background-color: rgb(7,74,55); }

 div.DivClassName
 {
   background-color: #074A37;
 }
 .BgClassName
 {
   background-color: #074A37;
 }
</style>
border-color css

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

 span { border-color: rgb(7,74,55); }

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