Html Css Color HEX #073200 Myrtle

📋 copy color: '#073200'

red 7 ◦ green 50 ◦ blue 0

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

Shades of Myrtle #073200

Tints of Myrtle #073200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.28%
G = 87.72%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#073200 (or 0x073200) is known color: Myrtle. HEX triplet: 07, 32 and 00. RGB value is (7,50,0). Sum of RGB (Red+Green+Blue) = 7+50+0=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #073200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073200 is #F8CDFF. Grayscale: #1F1F1F. Windows color (decimal): -16305664 or 12807. OLE color: 12807.

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

Color convert

RGB 7 50 0 -
CMYK 0.86 0 1 0.80
HSL 111.6º 1% 0.1% -
HSV(B) 111.6º 1% 0.2% -
XYZ 1.23 2.33 0.38 -
YUV 31.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 7 50 0 0.86 0 1 0.80 111.6 1 0.1
Hex 7 32 0 56 0 64 50 70 64 A
Octal 7 62 0 126 0 144 120 160 144 12
Binary 111 110010 0 1010110 0 1100100 1010000 1110000 1100100 1010

Color Harmonies of #073200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073200

Black with #073200

Text Example


Text Example

White with #073200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073200; }

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

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

background-color css

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

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

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

border-color css

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

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

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