#09500C

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

Shades of Myrtle #09500C

Tints of Myrtle #09500C

Color information

#09500C (or 0x09500C) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 0C. RGB value is (9,80,12). Sum of RGB (Red+Green+Blue) = 9+80+12=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #09500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09500C is #F6AFF3. Grayscale: #333333. Windows color (decimal): -16166900 or 806921. OLE color: 806921.

HSL color Cylindrical-coordinate representation of color #09500C: hue angle of 122.54º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09500C is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB98012-
CMYK0.8900.850.69
HSL122.54º79.78%17.45%-
HSV(B)122.54º88.75%31.37%-
XYZ3.055.821.31-
YUV51.02105.9898.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 80 (31.64% from 255) = 79.21%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=8.91%
G=79.21%
B=11.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980120.8900.850.69122.5479.7817.45
Hex950C59055457b5011
Octal1112014131012510517312021
Binary10011010000110010110010101010110001011111011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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