#072402

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

Shades of Myrtle #072402

Tints of Myrtle #072402

Color information

#072402 (or 0x072402) is unknown color: approx Myrtle. HEX triplet: 07, 24 and 02. RGB value is (7,36,2). Sum of RGB (Red+Green+Blue) = 7+36+2=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #072402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072402 is #F8DBFD. Grayscale: #171717. Windows color (decimal): -16309246 or 140295. OLE color: 140295.

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

Color convert

RGB7362-
CMYK0.8100.940.86
HSL111.18º89.47%7.45%-
HSV(B)111.18º94.44%14.12%-
XYZ0.731.310.27-
YUV23.45115.89116.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 36 (14.45% from 255) = 80%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=15.56%
G=80%
B=4.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal73620.8100.940.86111.1889.477.45
Hex72425105E566f597
Octal744212101361261571317
Binary11110010010101000101011110101011011011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072402; }

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

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

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

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

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

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

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

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