#073000

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

Shades of Myrtle #073000

Tints of Myrtle #073000

Color information

#073000 (or 0x073000) is unknown color: approx Myrtle. HEX triplet: 07, 30 and 00. RGB value is (7,48,0). Sum of RGB (Red+Green+Blue) = 7+48+0=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 48 (19.14% from 255 or 87.27% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 48 - color contains mainly: green. Hex color #073000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073000 is #F8CFFF. Grayscale: #1E1E1E. Windows color (decimal): -16306176 or 12295. OLE color: 12295.

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

Color convert

RGB7480-
CMYK0.85010.81
HSL111.25º100%9.41%-
HSV(B)111.25º100%18.82%-
XYZ1.142.160.36-
YUV30.27110.92111.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 48 (19.14% from 255) = 87.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.73%
G=87.27%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74800.85010.81111.251009.41
Hex730055064516f649
Octal7600125014412115714411
Binary11111000001010101011001001010001110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073000; }

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

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

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

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

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

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

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

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