#072405

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

Shades of Myrtle #072405

Tints of Myrtle #072405

Color information

#072405 (or 0x072405) is unknown color: approx Myrtle. HEX triplet: 07, 24 and 05. RGB value is (7,36,5). Sum of RGB (Red+Green+Blue) = 7+36+5=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #072405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072405 is #F8DBFA. Grayscale: #171717. Windows color (decimal): -16309243 or 336903. OLE color: 336903.

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

Color convert

RGB7365-
CMYK0.8100.860.86
HSL116.13º75.61%8.04%-
HSV(B)116.13º86.11%14.12%-
XYZ0.751.320.36-
YUV23.8117.39116.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=14.58%
G=75%
B=10.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal73650.8100.860.86116.1375.618.04
Hex72455105656744c8
Octal7445121012612616411410
Binary1111001001011010001010101101010110111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072405; }

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

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

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

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

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

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

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

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