#074539

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

Shades of Deep Teal #074539

Tints of Deep Teal #074539

Color information

#074539 (or 0x074539) is unknown color: approx Deep Teal. HEX triplet: 07, 45 and 39. RGB value is (7,69,57). Sum of RGB (Red+Green+Blue) = 7+69+57=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #074539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074539 is #F8BAC6. Grayscale: #313131. Windows color (decimal): -16300743 or 3753223. OLE color: 3753223.

HSL color Cylindrical-coordinate representation of color #074539: hue angle of 168.39º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074539 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB76957-
CMYK0.9000.170.73
HSL168.39º81.58%14.9%-
HSV(B)168.39º89.86%27.06%-
XYZ2.954.64.6-
YUV49.09132.4697.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 69 (27.34% from 255) = 51.88%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=5.26%
G=51.88%
B=42.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769570.9000.170.73168.3981.5814.9
Hex745395A01149a852f
Octal71057113202111125012217
Binary1111000101111001101101001000110010011010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074539; }

 p { color: rgb(7,69,57); }

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

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

 a { background-color: rgb(7,69,57); }

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

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

 span { border-color: rgb(7,69,57); }

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