#074133

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

Shades of Deep Teal #074133

Tints of Deep Teal #074133

Color information

#074133 (or 0x074133) is unknown color: approx Deep Teal. HEX triplet: 07, 41 and 33. RGB value is (7,65,51). Sum of RGB (Red+Green+Blue) = 7+65+51=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #074133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074133 is #F8BECC. Grayscale: #2E2E2E. Windows color (decimal): -16301773 or 3358983. OLE color: 3358983.

HSL color Cylindrical-coordinate representation of color #074133: hue angle of 165.52º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074133 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB76551-
CMYK0.8900.220.75
HSL165.52º80.56%14.12%-
HSV(B)165.52º89.23%25.49%-
XYZ2.584.063.78-
YUV46.06130.78100.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=5.69%
G=52.85%
B=41.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765510.8900.220.75165.5280.5614.12
Hex74133590164Ba651e
Octal71016313102611324612116
Binary1111000001110011101100101011010010111010011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074133; }

 p { color: rgb(7,65,51); }

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

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

 a { background-color: rgb(7,65,51); }

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

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

 span { border-color: rgb(7,65,51); }

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