#073003

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

Shades of Myrtle #073003

Tints of Myrtle #073003

Color information

#073003 (or 0x073003) is unknown color: approx Myrtle. HEX triplet: 07, 30 and 03. RGB value is (7,48,3). Sum of RGB (Red+Green+Blue) = 7+48+3=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #073003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073003 is #F8CFFC. Grayscale: #1E1E1E. Windows color (decimal): -16306173 or 208903. OLE color: 208903.

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

Color convert

RGB7483-
CMYK0.8500.940.81
HSL114.67º88.24%10%-
HSV(B)114.67º93.75%18.82%-
XYZ1.162.170.44-
YUV30.61112.42111.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 48 (19.14% from 255) = 82.76%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=12.07%
G=82.76%
B=5.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74830.8500.940.81114.6788.2410
Hex73035505E517358a
Octal7603125013612116313012
Binary111110000111010101010111101010001111001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073003; }

 p { color: rgb(7,48,3); }

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

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

 a { background-color: rgb(7,48,3); }

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

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

 span { border-color: rgb(7,48,3); }

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