#074035

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

Shades of Deep Teal #074035

Tints of Deep Teal #074035

Color information

#074035 (or 0x074035) is unknown color: approx Deep Teal. HEX triplet: 07, 40 and 35. RGB value is (7,64,53). Sum of RGB (Red+Green+Blue) = 7+64+53=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #074035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074035 is #F8BFCA. Grayscale: #2D2D2D. Windows color (decimal): -16302027 or 3489799. OLE color: 3489799.

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

Color convert

RGB76453-
CMYK0.8900.170.75
HSL168.42º80.28%13.92%-
HSV(B)168.42º89.06%25.1%-
XYZ2.563.974-
YUV45.7132.12100.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=5.65%
G=51.61%
B=42.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764530.8900.170.75168.4280.2813.92
Hex74035590114Ba850e
Octal71006513102111325012016
Binary1111000000110101101100101000110010111010100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074035; }

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

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

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

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

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

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

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

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