#074D39

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

Shades of Deep Teal #074D39

Tints of Deep Teal #074D39

Color information

#074D39 (or 0x074D39) is unknown color: approx Deep Teal. HEX triplet: 07, 4D and 39. RGB value is (7,77,57). Sum of RGB (Red+Green+Blue) = 7+77+57=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #074D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D39 is #F8B2C6. Grayscale: #353535. Windows color (decimal): -16298695 or 3755271. OLE color: 3755271.

HSL color Cylindrical-coordinate representation of color #074D39: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D39 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB77757-
CMYK0.9100.260.70
HSL162.86º83.33%16.47%-
HSV(B)162.86º90.91%30.2%-
XYZ3.485.654.78-
YUV53.79129.8194.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 77 (30.47% from 255) = 54.61%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=4.96%
G=54.61%
B=40.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777570.9100.260.70162.8683.3316.47
Hex74D395B01A46a35310
Octal71157113303210624312320
Binary11110011011110011011011011010100011010100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D39; }

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

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

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

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

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

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

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

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