#094305

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

Shades of Myrtle #094305

Tints of Myrtle #094305

Color information

#094305 (or 0x094305) is unknown color: approx Myrtle. HEX triplet: 09, 43 and 05. RGB value is (9,67,5). Sum of RGB (Red+Green+Blue) = 9+67+5=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 67 (26.56% from 255 or 82.72% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 67 - color contains mainly: green. Hex color #094305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094305 is #F6BCFA. Grayscale: #2A2A2A. Windows color (decimal): -16170235 or 344841. OLE color: 344841.

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

Color convert

RGB9675-
CMYK0.8700.930.74
HSL116.13º86.11%14.12%-
HSV(B)116.13º92.54%26.27%-
XYZ2.154.080.82-
YUV42.59106.78104.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 67 (26.56% from 255) = 82.72%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=11.11%
G=82.72%
B=6.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal96750.8700.930.74116.1386.1114.12
Hex94355705D4A7456e
Octal111035127013511216412616
Binary100110000111011010111010111011001010111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094305; }

 p { color: rgb(9,67,5); }

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

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

 a { background-color: rgb(9,67,5); }

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

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

 span { border-color: rgb(9,67,5); }

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