Html Css Color HEX #073201 Myrtle

📋 copy color: '#073201'

red 7 ◦ green 50 ◦ blue 1

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

Shades of Myrtle #073201

Tints of Myrtle #073201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 86.21%

 BLUE value IS 1 (0.78% from 255) = 1.72%

R = 12.07%
G = 86.21%
B = 1.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#073201 (or 0x073201) is known color: Myrtle. HEX triplet: 07, 32 and 01. RGB value is (7,50,1). Sum of RGB (Red+Green+Blue) = 7+50+1=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 50 (19.92% from 255 or 86.21% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 50 - color contains mainly: green. Hex color #073201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073201 is #F8CDFE. Grayscale: #1F1F1F. Windows color (decimal): -16305663 or 78343. OLE color: 78343.

HSL color Cylindrical-coordinate representation of color #073201: hue angle of 112.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #073201 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 1 -
CMYK 0.86 0 0.98 0.80
HSL 112.65º 0.96% 0.1% -
HSV(B) 112.65º 0.98% 0.2% -
XYZ 1.23 2.33 0.41 -
YUV 31.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 7 50 1 0.86 0 0.98 0.80 112.65 0.96 0.1
Hex 7 32 1 56 0 62 50 71 60 A
Octal 7 62 1 126 0 142 120 161 140 12
Binary 111 110010 1 1010110 0 1100010 1010000 1110001 1100000 1010

Color Harmonies of #073201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073201

Black with #073201

Text Example


Text Example

White with #073201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073201; }

 p { color: rgb(7,50,1); }

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

background-color css

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

 a { background-color: rgb(7,50,1); }

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

border-color css

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

 span { border-color: rgb(7,50,1); }

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