#094105

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

Shades of Myrtle #094105

Tints of Myrtle #094105

Color information

#094105 (or 0x094105) is unknown color: approx Myrtle. HEX triplet: 09, 41 and 05. RGB value is (9,65,5). Sum of RGB (Red+Green+Blue) = 9+65+5=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 65 (25.78% from 255 or 82.28% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 65 - color contains mainly: green. Hex color #094105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094105 is #F6BEFA. Grayscale: #292929. Windows color (decimal): -16170747 or 344329. OLE color: 344329.

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

Color convert

RGB9655-
CMYK0.8600.920.75
HSL116º85.71%13.73%-
HSV(B)116º92.31%25.49%-
XYZ2.033.850.78-
YUV41.42107.45104.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 65 (25.78% from 255) = 82.28%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=11.39%
G=82.28%
B=6.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal96550.8600.920.7511685.7113.73
Hex94155605C4B7456e
Octal111015126013411316412616
Binary100110000011011010110010111001001011111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094105; }

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

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

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

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

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

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

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

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