#073002

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

Shades of Myrtle #073002

Tints of Myrtle #073002

Color information

#073002 (or 0x073002) is unknown color: approx Myrtle. HEX triplet: 07, 30 and 02. RGB value is (7,48,2). Sum of RGB (Red+Green+Blue) = 7+48+2=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #073002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073002 is #F8CFFD. Grayscale: #1E1E1E. Windows color (decimal): -16306174 or 143367. OLE color: 143367.

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

Color convert

RGB7482-
CMYK0.8500.960.81
HSL113.48º92%9.8%-
HSV(B)113.48º95.83%18.82%-
XYZ1.162.160.41-
YUV30.5111.92111.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 48 (19.14% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=12.28%
G=84.21%
B=3.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74820.8500.960.81113.48929.8
Hex73025506051715ca
Octal7602125014012116113412
Binary111110000101010101011000001010001111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073002; }

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

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

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

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

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

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

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

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