#074537

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

Shades of Deep Teal #074537

Tints of Deep Teal #074537

Color information

#074537 (or 0x074537) is unknown color: approx Deep Teal. HEX triplet: 07, 45 and 37. RGB value is (7,69,55). Sum of RGB (Red+Green+Blue) = 7+69+55=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #074537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074537 is #F8BAC8. Grayscale: #303030. Windows color (decimal): -16300745 or 3622151. OLE color: 3622151.

HSL color Cylindrical-coordinate representation of color #074537: hue angle of 166.45º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074537 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB76955-
CMYK0.9000.200.73
HSL166.45º81.58%14.9%-
HSV(B)166.45º89.86%27.06%-
XYZ2.914.584.34-
YUV48.87131.4698.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=5.34%
G=52.67%
B=41.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769550.9000.200.73166.4581.5814.9
Hex745375A01449a652f
Octal71056713202411124612217
Binary1111000101110111101101001010010010011010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074537; }

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

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

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

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

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

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

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

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