#09330C

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

Shades of Myrtle #09330C

Tints of Myrtle #09330C

Color information

#09330C (or 0x09330C) is unknown color: approx Myrtle. HEX triplet: 09, 33 and 0C. RGB value is (9,51,12). Sum of RGB (Red+Green+Blue) = 9+51+12=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #09330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09330C is #F6CCF3. Grayscale: #222222. Windows color (decimal): -16174324 or 799497. OLE color: 799497.

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

Color convert

RGB95112-
CMYK0.8200.760.8
HSL124.29º70%11.76%-
HSV(B)124.29º82.35%20%-
XYZ1.362.450.75-
YUV34115.59110.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=12.5%
G=70.83%
B=16.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951120.8200.760.8124.297011.76
Hex933C5204C507c46c
Octal116314122011412017410614
Binary100111001111001010010010011001010000111110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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