#073600

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

Shades of Myrtle #073600

Tints of Myrtle #073600

Color information

#073600 (or 0x073600) is unknown color: approx Myrtle. HEX triplet: 07, 36 and 00. RGB value is (7,54,0). Sum of RGB (Red+Green+Blue) = 7+54+0=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 54 (21.48% from 255 or 88.52% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 54 - color contains mainly: green. Hex color #073600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073600 is #F8C9FF. Grayscale: #212121. Windows color (decimal): -16304640 or 13831. OLE color: 13831.

HSL color Cylindrical-coordinate representation of color #073600: hue angle of 112.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #073600 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB7540-
CMYK0.87010.79
HSL112.22º100%10.59%-
HSV(B)112.22º100%21.18%-
XYZ1.412.680.44-
YUV33.79108.93108.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 54 (21.48% from 255) = 88.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.48%
G=88.52%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal75400.87010.79112.2210010.59
Hex7360570644F7064b
Octal7660127014411716014413
Binary11111011001010111011001001001111111000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073600; }

 p { color: rgb(7,54,0); }

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

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

 a { background-color: rgb(7,54,0); }

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

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

 span { border-color: rgb(7,54,0); }

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