#093009

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

Shades of Myrtle #093009

Tints of Myrtle #093009

Color information

#093009 (or 0x093009) is unknown color: approx Myrtle. HEX triplet: 09, 30 and 09. RGB value is (9,48,9). Sum of RGB (Red+Green+Blue) = 9+48+9=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #093009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093009 is #F6CFF6. Grayscale: #202020. Windows color (decimal): -16175095 or 602121. OLE color: 602121.

HSL color Cylindrical-coordinate representation of color #093009: hue angle of 120º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093009 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB9489-
CMYK0.8100.810.81
HSL120º68.42%11.18%-
HSV(B)120º81.25%18.82%-
XYZ1.222.190.62-
YUV31.89115.08111.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=13.64%
G=72.73%
B=13.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal94890.8100.810.8112068.4211.18
Hex930951051517844b
Octal116011121012112117010413
Binary100111000010011010001010100011010001111100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093009; }

 p { color: rgb(9,48,9); }

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

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

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

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

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

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

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