Html Css Color HEX #073D36 Deep Teal

📋 copy color: '#073D36'

red 7 ◦ green 61 ◦ blue 54

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

Shades of Deep Teal #073D36

Tints of Deep Teal #073D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 50%

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

R = 5.74%
G = 50%
B = 44.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#073D36 (or 0x073D36) is known color: Deep Teal. HEX triplet: 07, 3D and 36. RGB value is (7,61,54). Sum of RGB (Red+Green+Blue) = 7+61+54=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #073D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D36 is #F8C2C9. Grayscale: #2C2C2C. Windows color (decimal): -16302794 or 3554567. OLE color: 3554567.

HSL color Cylindrical-coordinate representation of color #073D36: hue angle of 172.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D36 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 54 -
CMYK 0.89 0 0.11 0.76
HSL 172.22º 0.79% 0.13% -
HSV(B) 172.22º 0.89% 0.24% -
XYZ 2.42 3.65 4.07 -
YUV 44.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 7 61 54 0.89 0 0.11 0.76 172.22 0.79 0.13
Hex 7 3D 36 59 0 B 4C AC 4F D
Octal 7 75 66 131 0 13 114 254 117 15
Binary 111 111101 110110 1011001 0 1011 1001100 10101100 1001111 1101

Color Harmonies of #073D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D36

Black with #073D36

Text Example


Text Example

White with #073D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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