#073632

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

Shades of Deep Teal #073632

Tints of Deep Teal #073632

Color information

#073632 (or 0x073632) is unknown color: approx Deep Teal. HEX triplet: 07, 36 and 32. RGB value is (7,54,50). Sum of RGB (Red+Green+Blue) = 7+54+50=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #073632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073632 is #F8C9CD. Grayscale: #272727. Windows color (decimal): -16304590 or 3290631. OLE color: 3290631.

HSL color Cylindrical-coordinate representation of color #073632: hue angle of 174.89º 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 #073632 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB75450-
CMYK0.8700.070.79
HSL174.89º77.05%11.96%-
HSV(B)174.89º87.04%21.18%-
XYZ1.982.913.48-
YUV39.49133.93104.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=6.31%
G=48.65%
B=45.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754500.8700.070.79174.8977.0511.96
Hex7363257074Faf4dc
Octal766621270711725711514
Binary1111101101100101010111011110011111010111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073632; }

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

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

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

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

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

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

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

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