Html Css Color HEX #073404 Myrtle

📋 copy color: '#073404'

red 7 ◦ green 52 ◦ blue 4

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

Shades of Myrtle #073404

Tints of Myrtle #073404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 82.54%

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

R = 11.11%
G = 82.54%
B = 6.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#073404 (or 0x073404) is known color: Myrtle. HEX triplet: 07, 34 and 04. RGB value is (7,52,4). Sum of RGB (Red+Green+Blue) = 7+52+4=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 52 (20.70% from 255 or 82.54% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 52 - color contains mainly: green. Hex color #073404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073404 is #F8CBFB. Grayscale: #212121. Windows color (decimal): -16305148 or 275463. OLE color: 275463.

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

Color convert

RGB 7 52 4 -
CMYK 0.87 0 0.92 0.80
HSL 116.25º 0.86% 0.11% -
HSV(B) 116.25º 0.92% 0.2% -
XYZ 1.34 2.51 0.53 -
YUV 33.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 7 52 4 0.87 0 0.92 0.80 116.25 0.86 0.11
Hex 7 34 4 57 0 5C 50 74 56 B
Octal 7 64 4 127 0 134 120 164 126 13
Binary 111 110100 100 1010111 0 1011100 1010000 1110100 1010110 1011

Color Harmonies of #073404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073404

Black with #073404

Text Example


Text Example

White with #073404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073404; }

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

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

background-color css

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

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

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

border-color css

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

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

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