#073001

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

Shades of Myrtle #073001

Tints of Myrtle #073001

Color information

#073001 (or 0x073001) is unknown color: approx Myrtle. HEX triplet: 07, 30 and 01. RGB value is (7,48,1). Sum of RGB (Red+Green+Blue) = 7+48+1=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #073001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073001 is #F8CFFE. Grayscale: #1E1E1E. Windows color (decimal): -16306175 or 77831. OLE color: 77831.

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

Color convert

RGB7481-
CMYK0.8500.980.81
HSL112.34º95.92%9.61%-
HSV(B)112.34º97.92%18.82%-
XYZ1.152.160.39-
YUV30.38111.42111.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 48 (19.14% from 255) = 85.71%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=12.5%
G=85.71%
B=1.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74810.8500.980.81112.3495.929.61
Hex730155062517060a
Octal7601125014212116014012
Binary11111000011010101011000101010001111000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073001; }

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

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

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

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

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

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

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

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