Html Css Color HEX #074936 Deep Teal

📋 copy color: '#074936'

red 7 ◦ green 73 ◦ blue 54

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

Shades of Deep Teal #074936

Tints of Deep Teal #074936

RGB

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

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

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

R = 5.22%
G = 54.48%
B = 40.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#074936 (or 0x074936) is known color: Deep Teal. HEX triplet: 07, 49 and 36. RGB value is (7,73,54). Sum of RGB (Red+Green+Blue) = 7+73+54=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #074936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074936 is #F8B6C9. Grayscale: #333333. Windows color (decimal): -16299722 or 3557639. OLE color: 3557639.

HSL color Cylindrical-coordinate representation of color #074936: hue angle of 162.73º 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 #074936 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 54 -
CMYK 0.90 0 0.26 0.71
HSL 162.73º 0.83% 0.16% -
HSV(B) 162.73º 0.9% 0.29% -
XYZ 3.14 5.08 4.3 -
YUV 51.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 7 73 54 0.90 0 0.26 0.71 162.73 0.83 0.16
Hex 7 49 36 5A 0 1A 47 A3 52 10
Octal 7 111 66 132 0 32 107 243 122 20
Binary 111 1001001 110110 1011010 0 11010 1000111 10100011 1010010 10000

Color Harmonies of #074936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074936

Black with #074936

Text Example


Text Example

White with #074936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074936; }

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

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

background-color css

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

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

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

border-color css

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

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

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