#072202

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

Shades of Myrtle #072202

Tints of Myrtle #072202

Color information

#072202 (or 0x072202) is unknown color: approx Myrtle. HEX triplet: 07, 22 and 02. RGB value is (7,34,2). Sum of RGB (Red+Green+Blue) = 7+34+2=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 34 (13.67% from 255 or 79.07% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 34 - color contains mainly: green. Hex color #072202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072202 is #F8DDFD. Grayscale: #161616. Windows color (decimal): -16309758 or 139783. OLE color: 139783.

HSL color Cylindrical-coordinate representation of color #072202: hue angle of 110.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072202 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB7342-
CMYK0.7900.940.87
HSL110.62º88.89%7.06%-
HSV(B)110.62º94.12%13.33%-
XYZ0.671.190.25-
YUV22.28116.55117.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 34 (13.67% from 255) = 79.07%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=16.28%
G=79.07%
B=4.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73420.7900.940.87110.6288.897.06
Hex72224F05E576f597
Octal742211701361271571317
Binary11110001010100111101011110101011111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072202; }

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

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

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

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

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

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

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

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