#09310C

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

Shades of Myrtle #09310C

Tints of Myrtle #09310C

Color information

#09310C (or 0x09310C) is unknown color: approx Myrtle. HEX triplet: 09, 31 and 0C. RGB value is (9,49,12). Sum of RGB (Red+Green+Blue) = 9+49+12=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #09310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09310C is #F6CEF3. Grayscale: #202020. Windows color (decimal): -16174836 or 798985. OLE color: 798985.

HSL color Cylindrical-coordinate representation of color #09310C: hue angle of 124.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09310C is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB94912-
CMYK0.8200.760.81
HSL124.5º68.97%11.37%-
HSV(B)124.5º81.63%19.22%-
XYZ1.282.280.72-
YUV32.82116.25111.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=12.86%
G=70%
B=17.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949120.8200.760.81124.568.9711.37
Hex931C5204C517c45b
Octal116114122011412117410513
Binary100111000111001010010010011001010001111110010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09310C; }

 p { color: rgb(9,49,12); }

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

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

 a { background-color: rgb(9,49,12); }

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

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

 span { border-color: rgb(9,49,12); }

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