#072D04

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

Shades of Myrtle #072D04

Tints of Myrtle #072D04

Color information

#072D04 (or 0x072D04) is unknown color: approx Myrtle. HEX triplet: 07, 2D and 04. RGB value is (7,45,4). Sum of RGB (Red+Green+Blue) = 7+45+4=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 45 (17.97% from 255 or 80.36% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 45 - color contains mainly: green. Hex color #072D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072D04 is #F8D2FB. Grayscale: #1D1D1D. Windows color (decimal): -16306940 or 273671. OLE color: 273671.

HSL color Cylindrical-coordinate representation of color #072D04: hue angle of 115.61º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072D04 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB7454-
CMYK0.8400.910.82
HSL115.61º83.67%9.61%-
HSV(B)115.61º91.11%17.65%-
XYZ1.051.930.43-
YUV28.96113.91112.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 45 (17.97% from 255) = 80.36%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=12.5%
G=80.36%
B=7.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal74540.8400.910.82115.6183.679.61
Hex72D45405B527454a
Octal7554124013312216412412
Binary1111011011001010100010110111010010111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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