#09320D

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

Shades of Myrtle #09320D

Tints of Myrtle #09320D

Color information

#09320D (or 0x09320D) is unknown color: approx Myrtle. HEX triplet: 09, 32 and 0D. RGB value is (9,50,13). Sum of RGB (Red+Green+Blue) = 9+50+13=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #09320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320D is #F6CDF2. Grayscale: #212121. Windows color (decimal): -16174579 or 864777. OLE color: 864777.

HSL color Cylindrical-coordinate representation of color #09320D: hue angle of 125.85º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09320D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB95013-
CMYK0.8200.740.80
HSL125.85º69.49%11.57%-
HSV(B)125.85º82%19.61%-
XYZ1.332.370.77-
YUV33.52116.42110.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 50 (19.92% from 255) = 69.44%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=12.5%
G=69.44%
B=18.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950130.8200.740.80125.8569.4911.57
Hex932D5204A507e45c
Octal116215122011212017610514
Binary100111001011011010010010010101010000111111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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