#094E13

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

Shades of Myrtle #094E13

Tints of Myrtle #094E13

Color information

#094E13 (or 0x094E13) is unknown color: approx Myrtle. HEX triplet: 09, 4E and 13. RGB value is (9,78,19). Sum of RGB (Red+Green+Blue) = 9+78+19=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #094E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E13 is #F6B1EC. Grayscale: #323232. Windows color (decimal): -16167405 or 1265161. OLE color: 1265161.

HSL color Cylindrical-coordinate representation of color #094E13: hue angle of 128.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E13 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB97819-
CMYK0.8800.760.69
HSL128.7º79.31%17.06%-
HSV(B)128.7º88.46%30.59%-
XYZ2.955.551.53-
YUV50.64110.1498.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 78 (30.86% from 255) = 73.58%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=8.49%
G=73.58%
B=17.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978190.8800.760.69128.779.3117.06
Hex94E135804C45814f11
Octal1111623130011410520111721
Binary1001100111010011101100001001100100010110000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094E13; }

 p { color: rgb(9,78,19); }

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

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

 a { background-color: rgb(9,78,19); }

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

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

 span { border-color: rgb(9,78,19); }

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