#073508

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

Shades of Myrtle #073508

Tints of Myrtle #073508

Color information

#073508 (or 0x073508) is unknown color: approx Myrtle. HEX triplet: 07, 35 and 08. RGB value is (7,53,8). Sum of RGB (Red+Green+Blue) = 7+53+8=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #073508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073508 is #F8CAF7. Grayscale: #222222. Windows color (decimal): -16304888 or 537863. OLE color: 537863.

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

Color convert

RGB7538-
CMYK0.8700.850.79
HSL121.3º76.67%11.76%-
HSV(B)121.3º86.79%20.78%-
XYZ1.42.610.66-
YUV34.12113.26108.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 53 (21.09% from 255) = 77.94%
BLUE value IS 8 (3.52% from 255) = 11.76%
R=10.29%
G=77.94%
B=11.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal75380.8700.850.79121.376.6711.76
Hex7358570554F794dc
Octal76510127012511717111514
Binary11111010110001010111010101011001111111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073508; }

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

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

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

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

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

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

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

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