#09320C

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

Shades of Myrtle #09320C

Tints of Myrtle #09320C

Color information

#09320C (or 0x09320C) is unknown color: approx Myrtle. HEX triplet: 09, 32 and 0C. RGB value is (9,50,12). Sum of RGB (Red+Green+Blue) = 9+50+12=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #09320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320C is #F6CDF3. Grayscale: #212121. Windows color (decimal): -16174580 or 799241. OLE color: 799241.

HSL color Cylindrical-coordinate representation of color #09320C: hue angle of 124.39º 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 #09320C is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB95012-
CMYK0.8200.760.80
HSL124.39º69.49%11.57%-
HSV(B)124.39º82%19.61%-
XYZ1.322.370.73-
YUV33.41115.92110.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=12.68%
G=70.42%
B=16.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950120.8200.760.80124.3969.4911.57
Hex932C5204C507c45c
Octal116214122011412017410514
Binary100111001011001010010010011001010000111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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