#094402

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

Shades of Myrtle #094402

Tints of Myrtle #094402

Color information

#094402 (or 0x094402) is unknown color: approx Myrtle. HEX triplet: 09, 44 and 02. RGB value is (9,68,2). Sum of RGB (Red+Green+Blue) = 9+68+2=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 68 (26.95% from 255 or 86.08% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 68 - color contains mainly: green. Hex color #094402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094402 is #F6BBFD. Grayscale: #2B2B2B. Windows color (decimal): -16169982 or 148489. OLE color: 148489.

HSL color Cylindrical-coordinate representation of color #094402: hue angle of 113.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #094402 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB9682-
CMYK0.8700.970.73
HSL113.64º94.29%13.73%-
HSV(B)113.64º97.06%26.67%-
XYZ2.194.20.75-
YUV42.84104.95103.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 68 (26.95% from 255) = 86.08%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=11.39%
G=86.08%
B=2.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal96820.8700.970.73113.6494.2913.73
Hex94425706149725ee
Octal111042127014111116213616
Binary10011000100101010111011000011001001111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094402; }

 p { color: rgb(9,68,2); }

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

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

 a { background-color: rgb(9,68,2); }

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

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

 span { border-color: rgb(9,68,2); }

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