#09520B

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

Shades of Myrtle #09520B

Tints of Myrtle #09520B

Color information

#09520B (or 0x09520B) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 0B. RGB value is (9,82,11). Sum of RGB (Red+Green+Blue) = 9+82+11=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #09520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09520B is #F6ADF4. Grayscale: #343434. Windows color (decimal): -16166389 or 741897. OLE color: 741897.

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

Color convert

RGB98211-
CMYK0.8900.870.68
HSL121.64º80.22%17.84%-
HSV(B)121.64º89.02%32.16%-
XYZ3.196.121.33-
YUV52.08104.8297.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 82 (32.42% from 255) = 80.39%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=8.82%
G=80.39%
B=10.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982110.8900.870.68121.6480.2217.84
Hex952B59057447a5012
Octal1112213131012710417212022
Binary10011010010101110110010101011110001001111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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