Html Css Color HEX #073003 Myrtle

📋 copy color: '#073003'

red 7 ◦ green 48 ◦ blue 3

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

Shades of Myrtle #073003

Tints of Myrtle #073003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 82.76%

 BLUE value IS 3 (1.56% from 255) = 5.17%

R = 12.07%
G = 82.76%
B = 5.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#073003 (or 0x073003) is known color: Myrtle. HEX triplet: 07, 30 and 03. RGB value is (7,48,3). Sum of RGB (Red+Green+Blue) = 7+48+3=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #073003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073003 is #F8CFFC. Grayscale: #1E1E1E. Windows color (decimal): -16306173 or 208903. OLE color: 208903.

HSL color Cylindrical-coordinate representation of color #073003: hue angle of 114.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073003 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 3 -
CMYK 0.85 0 0.94 0.81
HSL 114.67º 0.88% 0.1% -
HSV(B) 114.67º 0.94% 0.19% -
XYZ 1.16 2.17 0.44 -
YUV 30.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 7 48 3 0.85 0 0.94 0.81 114.67 0.88 0.1
Hex 7 30 3 55 0 5E 51 73 58 A
Octal 7 60 3 125 0 136 121 163 130 12
Binary 111 110000 11 1010101 0 1011110 1010001 1110011 1011000 1010

Color Harmonies of #073003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073003

Black with #073003

Text Example


Text Example

White with #073003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073003; }

 p { color: rgb(7,48,3); }

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

background-color css

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

 a { background-color: rgb(7,48,3); }

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

border-color css

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

 span { border-color: rgb(7,48,3); }

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