Html Css Color HEX #073204 Myrtle

📋 copy color: '#073204'

red 7 ◦ green 50 ◦ blue 4

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

Shades of Myrtle #073204

Tints of Myrtle #073204

RGB

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

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

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

R = 11.48%
G = 81.97%
B = 6.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#073204 (or 0x073204) is known color: Myrtle. HEX triplet: 07, 32 and 04. RGB value is (7,50,4). Sum of RGB (Red+Green+Blue) = 7+50+4=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #073204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073204 is #F8CDFB. Grayscale: #202020. Windows color (decimal): -16305660 or 274951. OLE color: 274951.

HSL color Cylindrical-coordinate representation of color #073204: hue angle of 116.09º degrees, saturation: 0.85, 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 #073204 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 4 -
CMYK 0.86 0 0.92 0.80
HSL 116.09º 0.85% 0.11% -
HSV(B) 116.09º 0.92% 0.2% -
XYZ 1.25 2.34 0.5 -
YUV 31.9 112.25 110.24 -
System Red Green Blue C M Y K H S L
Decimal 7 50 4 0.86 0 0.92 0.80 116.09 0.85 0.11
Hex 7 32 4 56 0 5C 50 74 55 B
Octal 7 62 4 126 0 134 120 164 125 13
Binary 111 110010 100 1010110 0 1011100 1010000 1110100 1010101 1011

Color Harmonies of #073204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073204

Black with #073204

Text Example


Text Example

White with #073204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073204; }

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

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

background-color css

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

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

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

border-color css

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

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

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