#074033

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

Shades of Deep Teal #074033

Tints of Deep Teal #074033

Color information

#074033 (or 0x074033) is unknown color: approx Deep Teal. HEX triplet: 07, 40 and 33. RGB value is (7,64,51). Sum of RGB (Red+Green+Blue) = 7+64+51=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #074033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074033 is #F8BFCC. Grayscale: #2D2D2D. Windows color (decimal): -16302029 or 3358727. OLE color: 3358727.

HSL color Cylindrical-coordinate representation of color #074033: hue angle of 166.32º degrees, saturation: 0.8, 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 #074033 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB76451-
CMYK0.8900.200.75
HSL166.32º80.28%13.92%-
HSV(B)166.32º89.06%25.1%-
XYZ2.523.953.76-
YUV45.48131.12100.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=5.74%
G=52.46%
B=41.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764510.8900.200.75166.3280.2813.92
Hex74033590144Ba650e
Octal71006313102411324612016
Binary1111000000110011101100101010010010111010011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074033; }

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

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

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

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

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

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

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

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