#09520D

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

Shades of Myrtle #09520D

Tints of Myrtle #09520D

Color information

#09520D (or 0x09520D) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 0D. RGB value is (9,82,13). Sum of RGB (Red+Green+Blue) = 9+82+13=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #09520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09520D is #F6ADF2. Grayscale: #343434. Windows color (decimal): -16166387 or 872969. OLE color: 872969.

HSL color Cylindrical-coordinate representation of color #09520D: hue angle of 123.29º 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 #09520D is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB98213-
CMYK0.8900.840.68
HSL123.29º80.22%17.84%-
HSV(B)123.29º89.02%32.16%-
XYZ3.26.121.39-
YUV52.31105.8297.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 82 (32.42% from 255) = 78.85%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=8.65%
G=78.85%
B=12.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982130.8900.840.68123.2980.2217.84
Hex952D59054447b5012
Octal1112215131012410417312022
Binary10011010010110110110010101010010001001111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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