#09270A

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

Shades of Myrtle #09270A

Tints of Myrtle #09270A

Color information

#09270A (or 0x09270A) is unknown color: approx Myrtle. HEX triplet: 09, 27 and 0A. RGB value is (9,39,10). Sum of RGB (Red+Green+Blue) = 9+39+10=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #09270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270A is #F6D8F5. Grayscale: #1A1A1A. Windows color (decimal): -16177398 or 665353. OLE color: 665353.

HSL color Cylindrical-coordinate representation of color #09270A: hue angle of 122º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09270A is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB93910-
CMYK0.7700.740.85
HSL122º62.5%9.41%-
HSV(B)122º76.92%15.29%-
XYZ0.891.530.54-
YUV26.72118.56115.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 39 (15.62% from 255) = 67.24%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=15.52%
G=67.24%
B=17.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939100.7700.740.8512262.59.41
Hex927A4D04A557a3e9
Octal11471211501121251727611
Binary10011001111010100110101001010101010111110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,39,10); }

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

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

 a { background-color: rgb(9,39,10); }

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

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

 span { border-color: rgb(9,39,10); }

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