#094300

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

Shades of Myrtle #094300

Tints of Myrtle #094300

Color information

#094300 (or 0x094300) is unknown color: approx Myrtle. HEX triplet: 09, 43 and 00. RGB value is (9,67,0). Sum of RGB (Red+Green+Blue) = 9+67+0=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 67 (26.56% from 255 or 88.16% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 67 - color contains mainly: green. Hex color #094300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094300 is #F6BCFF. Grayscale: #2A2A2A. Windows color (decimal): -16170240 or 17161. OLE color: 17161.

HSL color Cylindrical-coordinate representation of color #094300: hue angle of 111.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #094300 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB9670-
CMYK0.87010.74
HSL111.94º100%13.14%-
HSV(B)111.94º100%26.27%-
XYZ2.124.070.67-
YUV42.02104.28104.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 67 (26.56% from 255) = 88.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.84%
G=88.16%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal96700.87010.74111.9410013.14
Hex9430570644A7064d
Octal111030127014411216014415
Binary1001100001101010111011001001001010111000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094300; }

 p { color: rgb(9,67,0); }

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

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

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

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

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

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

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