#094004

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

Shades of Myrtle #094004

Tints of Myrtle #094004

Color information

#094004 (or 0x094004) is unknown color: approx Myrtle. HEX triplet: 09, 40 and 04. RGB value is (9,64,4). Sum of RGB (Red+Green+Blue) = 9+64+4=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #094004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094004 is #F6BFFB. Grayscale: #282828. Windows color (decimal): -16171004 or 278537. OLE color: 278537.

HSL color Cylindrical-coordinate representation of color #094004: hue angle of 115º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094004 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB9644-
CMYK0.8600.940.75
HSL115º88.24%13.33%-
HSV(B)115º93.75%25.1%-
XYZ1.973.730.73-
YUV40.72107.28105.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 64 (25.39% from 255) = 83.12%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=11.69%
G=83.12%
B=5.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal96440.8600.940.7511588.2413.33
Hex94045605E4B7358d
Octal111004126013611316313015
Binary100110000001001010110010111101001011111001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094004; }

 p { color: rgb(9,64,4); }

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

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

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

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

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

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

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