#072201

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

Shades of Myrtle #072201

Tints of Myrtle #072201

Color information

#072201 (or 0x072201) is unknown color: approx Myrtle. HEX triplet: 07, 22 and 01. RGB value is (7,34,1). Sum of RGB (Red+Green+Blue) = 7+34+1=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #072201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072201 is #F8DDFE. Grayscale: #161616. Windows color (decimal): -16309759 or 74247. OLE color: 74247.

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

Color convert

RGB7341-
CMYK0.7900.970.87
HSL109.09º94.29%6.86%-
HSV(B)109.09º97.06%13.33%-
XYZ0.671.190.22-
YUV22.16116.05117.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 34 (13.67% from 255) = 80.95%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=16.67%
G=80.95%
B=2.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73410.7900.970.87109.0994.296.86
Hex72214F061576d5e7
Octal742111701411271551367
Binary1111000101100111101100001101011111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072201; }

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

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

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

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

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

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

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

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