Html Css Color HEX #074938 Deep Teal

📋 copy color: '#074938'

red 7 ◦ green 73 ◦ blue 56

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

Shades of Deep Teal #074938

Tints of Deep Teal #074938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.68%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 5.15%
G = 53.68%
B = 41.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#074938 (or 0x074938) is known color: Deep Teal. HEX triplet: 07, 49 and 38. RGB value is (7,73,56). Sum of RGB (Red+Green+Blue) = 7+73+56=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #074938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074938 is #F8B6C7. Grayscale: #333333. Windows color (decimal): -16299720 or 3688711. OLE color: 3688711.

HSL color Cylindrical-coordinate representation of color #074938: hue angle of 164.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074938 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 56 -
CMYK 0.90 0 0.23 0.71
HSL 164.55º 0.83% 0.16% -
HSV(B) 164.55º 0.9% 0.29% -
XYZ 3.18 5.1 4.56 -
YUV 51.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 7 73 56 0.90 0 0.23 0.71 164.55 0.83 0.16
Hex 7 49 38 5A 0 17 47 A5 52 10
Octal 7 111 70 132 0 27 107 245 122 20
Binary 111 1001001 111000 1011010 0 10111 1000111 10100101 1010010 10000

Color Harmonies of #074938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074938

Black with #074938

Text Example


Text Example

White with #074938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074938; }

 p { color: rgb(7,73,56); }

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

background-color css

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

 a { background-color: rgb(7,73,56); }

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

border-color css

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

 span { border-color: rgb(7,73,56); }

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