Html Css Color HEX #073600 Myrtle

📋 copy color: '#073600'

red 7 ◦ green 54 ◦ blue 0

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

Shades of Myrtle #073600

Tints of Myrtle #073600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 88.52%

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

R = 11.48%
G = 88.52%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#073600 (or 0x073600) is known color: Myrtle. HEX triplet: 07, 36 and 00. RGB value is (7,54,0). Sum of RGB (Red+Green+Blue) = 7+54+0=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 54 (21.48% from 255 or 88.52% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 54 - color contains mainly: green. Hex color #073600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073600 is #F8C9FF. Grayscale: #212121. Windows color (decimal): -16304640 or 13831. OLE color: 13831.

HSL color Cylindrical-coordinate representation of color #073600: hue angle of 112.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #073600 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 54 0 -
CMYK 0.87 0 1 0.79
HSL 112.22º 1% 0.11% -
HSV(B) 112.22º 1% 0.21% -
XYZ 1.41 2.68 0.44 -
YUV 33.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 7 54 0 0.87 0 1 0.79 112.22 1 0.11
Hex 7 36 0 57 0 64 4F 70 64 B
Octal 7 66 0 127 0 144 117 160 144 13
Binary 111 110110 0 1010111 0 1100100 1001111 1110000 1100100 1011

Color Harmonies of #073600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073600

Black with #073600

Text Example


Text Example

White with #073600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073600; }

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

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

background-color css

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

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

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

border-color css

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

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

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