#094912

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

Shades of Myrtle #094912

Tints of Myrtle #094912

Color information

#094912 (or 0x094912) is unknown color: approx Myrtle. HEX triplet: 09, 49 and 12. RGB value is (9,73,18). Sum of RGB (Red+Green+Blue) = 9+73+18=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #094912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094912 is #F6B6ED. Grayscale: #2F2F2F. Windows color (decimal): -16168686 or 1198345. OLE color: 1198345.

HSL color Cylindrical-coordinate representation of color #094912: hue angle of 128.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094912 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB97318-
CMYK0.8800.750.71
HSL128.44º78.05%16.08%-
HSV(B)128.44º87.67%28.63%-
XYZ2.64.871.37-
YUV47.59111.3100.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 73 (28.91% from 255) = 73%
BLUE value IS 18 (7.42% from 255) = 18%
R=9%
G=73%
B=18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973180.8800.750.71128.4478.0516.08
Hex949125804B47804e10
Octal1111122130011310720011620
Binary1001100100110010101100001001011100011110000000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094912; }

 p { color: rgb(9,73,18); }

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

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

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

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

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

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

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