Html Css Color HEX #073400 Myrtle

📋 copy color: '#073400'

red 7 ◦ green 52 ◦ blue 0

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

Shades of Myrtle #073400

Tints of Myrtle #073400

RGB

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

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

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

R = 11.86%
G = 88.14%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#073400 (or 0x073400) is known color: Myrtle. HEX triplet: 07, 34 and 00. RGB value is (7,52,0). Sum of RGB (Red+Green+Blue) = 7+52+0=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 52 (20.70% from 255 or 88.14% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 52 - color contains mainly: green. Hex color #073400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073400 is #F8CBFF. Grayscale: #202020. Windows color (decimal): -16305152 or 13319. OLE color: 13319.

HSL color Cylindrical-coordinate representation of color #073400: hue angle of 111.92º 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 #073400 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 0 -
CMYK 0.87 0 1 0.80
HSL 111.92º 1% 0.1% -
HSV(B) 111.92º 1% 0.2% -
XYZ 1.32 2.5 0.41 -
YUV 32.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 7 52 0 0.87 0 1 0.80 111.92 1 0.1
Hex 7 34 0 57 0 64 50 70 64 A
Octal 7 64 0 127 0 144 120 160 144 12
Binary 111 110100 0 1010111 0 1100100 1010000 1110000 1100100 1010

Color Harmonies of #073400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073400

Black with #073400

Text Example


Text Example

White with #073400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073400; }

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

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

background-color css

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

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

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

border-color css

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

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

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