#073303

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

Shades of Myrtle #073303

Tints of Myrtle #073303

Color information

#073303 (or 0x073303) is unknown color: approx Myrtle. HEX triplet: 07, 33 and 03. RGB value is (7,51,3). Sum of RGB (Red+Green+Blue) = 7+51+3=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 51 (20.31% from 255 or 83.61% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 51 - color contains mainly: green. Hex color #073303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073303 is #F8CCFC. Grayscale: #202020. Windows color (decimal): -16305405 or 209671. OLE color: 209671.

HSL color Cylindrical-coordinate representation of color #073303: hue angle of 115º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073303 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB7513-
CMYK0.8600.940.8
HSL115º88.89%10.59%-
HSV(B)115º94.12%20%-
XYZ1.292.420.49-
YUV32.37111.42109.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 51 (20.31% from 255) = 83.61%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=11.48%
G=83.61%
B=4.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal75130.8600.940.811588.8910.59
Hex73335605E507359b
Octal7633126013612016313113
Binary111110011111010110010111101010000111001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073303; }

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

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

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

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

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

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

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

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