#073504

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

Shades of Myrtle #073504

Tints of Myrtle #073504

Color information

#073504 (or 0x073504) is unknown color: approx Myrtle. HEX triplet: 07, 35 and 04. RGB value is (7,53,4). Sum of RGB (Red+Green+Blue) = 7+53+4=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #073504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073504 is #F8CAFB. Grayscale: #212121. Windows color (decimal): -16304892 or 275719. OLE color: 275719.

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

Color convert

RGB7534-
CMYK0.8700.920.79
HSL116.33º85.96%11.18%-
HSV(B)116.33º92.45%20.78%-
XYZ1.382.60.54-
YUV33.66111.26108.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 53 (21.09% from 255) = 82.81%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=10.94%
G=82.81%
B=6.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal75340.8700.920.79116.3385.9611.18
Hex73545705C4F7456b
Octal7654127013411716412613
Binary1111101011001010111010111001001111111010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073504; }

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

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

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

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

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

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

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

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