#074736

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

Shades of Deep Teal #074736

Tints of Deep Teal #074736

Color information

#074736 (or 0x074736) is unknown color: approx Deep Teal. HEX triplet: 07, 47 and 36. RGB value is (7,71,54). Sum of RGB (Red+Green+Blue) = 7+71+54=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #074736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074736 is #F8B8C9. Grayscale: #313131. Windows color (decimal): -16300234 or 3557127. OLE color: 3557127.

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

Color convert

RGB77154-
CMYK0.9000.240.72
HSL164.06º82.05%15.29%-
HSV(B)164.06º90.14%27.84%-
XYZ3.014.824.26-
YUV49.93130.397.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=5.30%
G=53.79%
B=40.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771540.9000.240.72164.0682.0515.29
Hex747365A01848a452f
Octal71076613203011024412217
Binary1111000111110110101101001100010010001010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074736; }

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

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

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

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

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

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

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

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