#073631

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

Shades of Deep Teal #073631

Tints of Deep Teal #073631

Color information

#073631 (or 0x073631) is unknown color: approx Deep Teal. HEX triplet: 07, 36 and 31. RGB value is (7,54,49). Sum of RGB (Red+Green+Blue) = 7+54+49=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #073631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073631 is #F8C9CE. Grayscale: #272727. Windows color (decimal): -16304591 or 3225095. OLE color: 3225095.

HSL color Cylindrical-coordinate representation of color #073631: hue angle of 173.62º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073631 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB75449-
CMYK0.8700.090.79
HSL173.62º77.05%11.96%-
HSV(B)173.62º87.04%21.18%-
XYZ1.962.913.36-
YUV39.38133.43104.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=6.36%
G=49.09%
B=44.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754490.8700.090.79173.6277.0511.96
Hex7363157094Fae4dc
Octal7666112701111725611514
Binary11111011011000110101110100110011111010111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073631; }

 p { color: rgb(7,54,49); }

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

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

 a { background-color: rgb(7,54,49); }

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

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

 span { border-color: rgb(7,54,49); }

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