#073100

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

Shades of Myrtle #073100

Tints of Myrtle #073100

Color information

#073100 (or 0x073100) is unknown color: approx Myrtle. HEX triplet: 07, 31 and 00. RGB value is (7,49,0). Sum of RGB (Red+Green+Blue) = 7+49+0=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 49 (19.53% from 255 or 87.5% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 49 - color contains mainly: green. Hex color #073100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073100 is #F8CEFF. Grayscale: #1F1F1F. Windows color (decimal): -16305920 or 12551. OLE color: 12551.

HSL color Cylindrical-coordinate representation of color #073100: hue angle of 111.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #073100 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB7490-
CMYK0.86010.81
HSL111.43º100%9.61%-
HSV(B)111.43º100%19.22%-
XYZ1.192.240.37-
YUV30.86110.59110.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 87.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.5%
G=87.5%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74900.86010.81111.431009.61
Hex731056064516f64a
Octal7610126014412115714412
Binary11111000101010110011001001010001110111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073100; }

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

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

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

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

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

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

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

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