#09550B

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

Shades of Myrtle #09550B

Tints of Myrtle #09550B

Color information

#09550B (or 0x09550B) is unknown color: approx Myrtle. HEX triplet: 09, 55 and 0B. RGB value is (9,85,11). Sum of RGB (Red+Green+Blue) = 9+85+11=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #09550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09550B is #F6AAF4. Grayscale: #363636. Windows color (decimal): -16165621 or 742665. OLE color: 742665.

HSL color Cylindrical-coordinate representation of color #09550B: hue angle of 121.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09550B is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB98511-
CMYK0.8900.870.67
HSL121.58º80.85%18.43%-
HSV(B)121.58º89.41%33.33%-
XYZ3.426.581.41-
YUV53.84103.8296.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 85 (33.59% from 255) = 80.95%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=8.57%
G=80.95%
B=10.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985110.8900.870.67121.5880.8518.43
Hex955B59057437a5112
Octal1112513131012710317212122
Binary10011010101101110110010101011110000111111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09550B; }

 p { color: rgb(9,85,11); }

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

<style>
 a { background-color: #09550B; }

 a { background-color: rgb(9,85,11); }

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

<style>
 span { border-color: #09550B; }

 span { border-color: rgb(9,85,11); }

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