#07310A

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

Shades of Myrtle #07310A

Tints of Myrtle #07310A

Color information

#07310A (or 0x07310A) is unknown color: approx Myrtle. HEX triplet: 07, 31 and 0A. RGB value is (7,49,10). Sum of RGB (Red+Green+Blue) = 7+49+10=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #07310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310A is #F8CEF5. Grayscale: #202020. Windows color (decimal): -16305910 or 667911. OLE color: 667911.

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

Color convert

RGB74910-
CMYK0.8600.800.81
HSL124.29º75%10.98%-
HSV(B)124.29º85.71%19.22%-
XYZ1.242.260.66-
YUV32115.59110.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=10.61%
G=74.24%
B=15.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749100.8600.800.81124.297510.98
Hex731A56050517c4bb
Octal76112126012012117411313
Binary11111000110101010110010100001010001111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07310A; }

 p { color: rgb(7,49,10); }

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

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

 a { background-color: rgb(7,49,10); }

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

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

 span { border-color: rgb(7,49,10); }

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