#094001

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

Shades of Myrtle #094001

Tints of Myrtle #094001

Color information

#094001 (or 0x094001) is unknown color: approx Myrtle. HEX triplet: 09, 40 and 01. RGB value is (9,64,1). Sum of RGB (Red+Green+Blue) = 9+64+1=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #094001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094001 is #F6BFFE. Grayscale: #282828. Windows color (decimal): -16171007 or 81929. OLE color: 81929.

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

Color convert

RGB9641-
CMYK0.8600.980.75
HSL112.38º96.92%12.75%-
HSV(B)112.38º98.44%25.1%-
XYZ1.953.730.65-
YUV40.37105.78105.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 64 (25.39% from 255) = 86.49%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=12.16%
G=86.49%
B=1.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal96410.8600.980.75112.3896.9212.75
Hex9401560624B7061d
Octal111001126014211316014115
Binary1001100000011010110011000101001011111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094001; }

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

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

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

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

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

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

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

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