#073400

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

Shades of Myrtle #073400

Tints of Myrtle #073400

Color information

#073400 (or 0x073400) is unknown color: approx Myrtle. HEX triplet: 07, 34 and 00. RGB value is (7,52,0). Sum of RGB (Red+Green+Blue) = 7+52+0=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 52 (20.70% from 255 or 88.14% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 52 - color contains mainly: green. Hex color #073400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073400 is #F8CBFF. Grayscale: #202020. Windows color (decimal): -16305152 or 13319. OLE color: 13319.

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

Color convert

RGB7520-
CMYK0.87010.80
HSL111.92º100%10.2%-
HSV(B)111.92º100%20.39%-
XYZ1.322.50.41-
YUV32.62109.59109.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 52 (20.70% from 255) = 88.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.86%
G=88.14%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75200.87010.80111.9210010.2
Hex734057064507064a
Octal7640127014412016014412
Binary11111010001010111011001001010000111000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073400; }

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

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

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

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

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

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

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

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