#094000

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

Shades of Myrtle #094000

Tints of Myrtle #094000

Color information

#094000 (or 0x094000) is unknown color: approx Myrtle. HEX triplet: 09, 40 and 00. RGB value is (9,64,0). Sum of RGB (Red+Green+Blue) = 9+64+0=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #094000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094000 is #F6BFFF. Grayscale: #282828. Windows color (decimal): -16171008 or 16393. OLE color: 16393.

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

Color convert

RGB9640-
CMYK0.86010.75
HSL111.56º100%12.55%-
HSV(B)111.56º100%25.1%-
XYZ1.953.720.62-
YUV40.26105.28105.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 64 (25.39% from 255) = 87.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.33%
G=87.67%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal96400.86010.75111.5610012.55
Hex9400560644B7064d
Octal111000126014411316014415
Binary1001100000001010110011001001001011111000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094000; }

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

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

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

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

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

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

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

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