#073308

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

Shades of Myrtle #073308

Tints of Myrtle #073308

Color information

#073308 (or 0x073308) is unknown color: approx Myrtle. HEX triplet: 07, 33 and 08. RGB value is (7,51,8). Sum of RGB (Red+Green+Blue) = 7+51+8=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #073308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073308 is #F8CCF7. Grayscale: #212121. Windows color (decimal): -16305400 or 537351. OLE color: 537351.

HSL color Cylindrical-coordinate representation of color #073308: hue angle of 121.36º degrees, saturation: 0.76, 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 #073308 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB7518-
CMYK0.8600.840.8
HSL121.36º75.86%11.37%-
HSV(B)121.36º86.27%20%-
XYZ1.322.430.63-
YUV32.94113.92109.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=10.61%
G=77.27%
B=12.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal75180.8600.840.8121.3675.8611.37
Hex73385605450794cb
Octal76310126012412017111413
Binary11111001110001010110010101001010000111100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073308; }

 p { color: rgb(7,51,8); }

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

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

 a { background-color: rgb(7,51,8); }

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

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

 span { border-color: rgb(7,51,8); }

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