Html Css Color HEX #074336 Deep Teal

📋 copy color: '#074336'

red 7 ◦ green 67 ◦ blue 54

#074336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #074336

Tints of Deep Teal #074336

RGB

 RED value IS 7 (3.13% from 255) = 5.47%

 GREEN value IS 67 (26.56% from 255) = 52.34%

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 5.47%
G = 52.34%
B = 42.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#074336 (or 0x074336) is known color: Deep Teal. HEX triplet: 07, 43 and 36. RGB value is (7,67,54). Sum of RGB (Red+Green+Blue) = 7+67+54=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #074336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074336 is #F8BCC9. Grayscale: #2F2F2F. Windows color (decimal): -16301258 or 3556103. OLE color: 3556103.

HSL color Cylindrical-coordinate representation of color #074336: hue angle of 167º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074336 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 54 -
CMYK 0.90 0 0.19 0.74
HSL 167º 0.81% 0.15% -
HSV(B) 167º 0.9% 0.26% -
XYZ 2.76 4.33 4.18 -
YUV 47.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 7 67 54 0.90 0 0.19 0.74 167 0.81 0.15
Hex 7 43 36 5A 0 13 4A A7 51 F
Octal 7 103 66 132 0 23 112 247 121 17
Binary 111 1000011 110110 1011010 0 10011 1001010 10100111 1010001 1111

Color Harmonies of #074336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074336

Black with #074336

Text Example


Text Example

White with #074336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074336; }

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

 H1.HeaderClassName
 {
   color: #074336;
 }
 .AnyTagClassName
 {
   color: #074336;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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