#073900

Color #073900 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #073900

Tints of Myrtle #073900

Color information

#073900 (or 0x073900) is unknown color: approx Myrtle. HEX triplet: 07, 39 and 00. RGB value is (7,57,0). Sum of RGB (Red+Green+Blue) = 7+57+0=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 57 (22.66% from 255 or 89.06% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 57 - color contains mainly: green. Hex color #073900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073900 is #F8C6FF. Grayscale: #232323. Windows color (decimal): -16303872 or 14599. OLE color: 14599.

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

Color convert

RGB7570-
CMYK0.88010.78
HSL112.63º100%11.18%-
HSV(B)112.63º100%22.35%-
XYZ1.552.970.49-
YUV35.55107.94107.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 57 (22.66% from 255) = 89.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.94%
G=89.06%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal75700.88010.78112.6310011.18
Hex7390580644E7164b
Octal7710130014411616114413
Binary11111100101011000011001001001110111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073900; }

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

 H1.HeaderClassName
 {
   color: #073900;
 }
 .AnyTagClassName
 {
   color: #073900;
 }
</style>
background-color css

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

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

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

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

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

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