#09280A

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

Shades of Myrtle #09280A

Tints of Myrtle #09280A

Color information

#09280A (or 0x09280A) is unknown color: approx Myrtle. HEX triplet: 09, 28 and 0A. RGB value is (9,40,10). Sum of RGB (Red+Green+Blue) = 9+40+10=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #09280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280A is #F6D7F5. Grayscale: #1B1B1B. Windows color (decimal): -16177142 or 665609. OLE color: 665609.

HSL color Cylindrical-coordinate representation of color #09280A: hue angle of 121.94º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09280A is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB94010-
CMYK0.7800.750.84
HSL121.94º63.27%9.61%-
HSV(B)121.94º77.5%15.69%-
XYZ0.931.60.55-
YUV27.31118.23114.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 40 (16.02% from 255) = 67.80%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=15.25%
G=67.80%
B=16.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal940100.7800.750.84121.9463.279.61
Hex928A4E04B547a3fa
Octal11501211601131241727712
Binary10011010001010100111001001011101010011110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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