#073209

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

Shades of Myrtle #073209

Tints of Myrtle #073209

Color information

#073209 (or 0x073209) is unknown color: approx Myrtle. HEX triplet: 07, 32 and 09. RGB value is (7,50,9). Sum of RGB (Red+Green+Blue) = 7+50+9=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #073209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073209 is #F8CDF6. Grayscale: #202020. Windows color (decimal): -16305655 or 602631. OLE color: 602631.

HSL color Cylindrical-coordinate representation of color #073209: hue angle of 122.79º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073209 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB7509-
CMYK0.8600.820.80
HSL122.79º75.44%11.18%-
HSV(B)122.79º86%19.61%-
XYZ1.282.350.64-
YUV32.47114.75109.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 50 (19.92% from 255) = 75.76%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=10.61%
G=75.76%
B=13.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75090.8600.820.80122.7975.4411.18
Hex732956052507b4bb
Octal76211126012212017311313
Binary11111001010011010110010100101010000111101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073209; }

 p { color: rgb(7,50,9); }

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

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

 a { background-color: rgb(7,50,9); }

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

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

 span { border-color: rgb(7,50,9); }

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