Html Css Color HEX #073004 Myrtle

📋 copy color: '#073004'

red 7 ◦ green 48 ◦ blue 4

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

Shades of Myrtle #073004

Tints of Myrtle #073004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.78%

R = 11.86%
G = 81.36%
B = 6.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#073004 (or 0x073004) is known color: Myrtle. HEX triplet: 07, 30 and 04. RGB value is (7,48,4). Sum of RGB (Red+Green+Blue) = 7+48+4=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #073004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073004 is #F8CFFB. Grayscale: #1E1E1E. Windows color (decimal): -16306172 or 274439. OLE color: 274439.

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

Color convert

RGB 7 48 4 -
CMYK 0.85 0 0.92 0.81
HSL 115.91º 0.85% 0.1% -
HSV(B) 115.91º 0.92% 0.19% -
XYZ 1.17 2.17 0.47 -
YUV 30.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 7 48 4 0.85 0 0.92 0.81 115.91 0.85 0.1
Hex 7 30 4 55 0 5C 51 74 55 A
Octal 7 60 4 125 0 134 121 164 125 12
Binary 111 110000 100 1010101 0 1011100 1010001 1110100 1010101 1010

Color Harmonies of #073004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073004

Black with #073004

Text Example


Text Example

White with #073004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073004; }

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

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

background-color css

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

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

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

border-color css

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

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

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