#073901

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

Shades of Myrtle #073901

Tints of Myrtle #073901

Color information

#073901 (or 0x073901) is unknown color: approx Myrtle. HEX triplet: 07, 39 and 01. RGB value is (7,57,1). Sum of RGB (Red+Green+Blue) = 7+57+1=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 57 (22.66% from 255 or 87.69% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 57 - color contains mainly: green. Hex color #073901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073901 is #F8C6FE. Grayscale: #232323. Windows color (decimal): -16303871 or 80135. OLE color: 80135.

HSL color Cylindrical-coordinate representation of color #073901: hue angle of 113.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #073901 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB7571-
CMYK0.8800.980.78
HSL113.57º96.55%11.37%-
HSV(B)113.57º98.25%22.35%-
XYZ1.562.970.52-
YUV35.67108.44107.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 57 (22.66% from 255) = 87.69%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=10.77%
G=87.69%
B=1.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal75710.8800.980.78113.5796.5511.37
Hex7391580624E7261b
Octal7711130014211616214113
Binary11111100111011000011000101001110111001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073901; }

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

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

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

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

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

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

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

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