#072A04

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

Shades of Myrtle #072A04

Tints of Myrtle #072A04

Color information

#072A04 (or 0x072A04) is unknown color: approx Myrtle. HEX triplet: 07, 2A and 04. RGB value is (7,42,4). Sum of RGB (Red+Green+Blue) = 7+42+4=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 42 (16.80% from 255 or 79.25% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 42 - color contains mainly: green. Hex color #072A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A04 is #F8D5FB. Grayscale: #1B1B1B. Windows color (decimal): -16307708 or 272903. OLE color: 272903.

HSL color Cylindrical-coordinate representation of color #072A04: hue angle of 115.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072A04 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB7424-
CMYK0.8300.900.84
HSL115.26º82.61%9.02%-
HSV(B)115.26º90.48%16.47%-
XYZ0.941.710.4-
YUV27.2114.9113.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 42 (16.80% from 255) = 79.25%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=13.21%
G=79.25%
B=7.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal74240.8300.900.84115.2682.619.02
Hex72A45305A5473539
Octal7524123013212416312311
Binary1111010101001010011010110101010100111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072A04; }

 p { color: rgb(7,42,4); }

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

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

 a { background-color: rgb(7,42,4); }

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

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

 span { border-color: rgb(7,42,4); }

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