#094010

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

Shades of Myrtle #094010

Tints of Myrtle #094010

Color information

#094010 (or 0x094010) is unknown color: approx Myrtle. HEX triplet: 09, 40 and 10. RGB value is (9,64,16). Sum of RGB (Red+Green+Blue) = 9+64+16=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #094010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094010 is #F6BFEF. Grayscale: #2A2A2A. Windows color (decimal): -16170992 or 1064969. OLE color: 1064969.

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

Color convert

RGB96416-
CMYK0.8600.750.75
HSL127.64º75.34%14.31%-
HSV(B)127.64º85.94%25.1%-
XYZ2.043.761.11-
YUV42.08113.28104.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=10.11%
G=71.91%
B=17.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964160.8600.750.75127.6475.3414.31
Hex940105604B4B804be
Octal1110020126011311320011316
Binary100110000001000010101100100101110010111000000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094010; }

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

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

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

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

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

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

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

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