#095404

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

Shades of Myrtle #095404

Tints of Myrtle #095404

Color information

#095404 (or 0x095404) is unknown color: approx Myrtle. HEX triplet: 09, 54 and 04. RGB value is (9,84,4). Sum of RGB (Red+Green+Blue) = 9+84+4=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 84 (33.20% from 255 or 86.60% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 84 - color contains mainly: green. Hex color #095404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095404 is #F6ABFB. Grayscale: #343434. Windows color (decimal): -16165884 or 283657. OLE color: 283657.

HSL color Cylindrical-coordinate representation of color #095404: hue angle of 116.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095404 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB9844-
CMYK0.8900.950.67
HSL116.25º90.91%17.25%-
HSV(B)116.25º95.24%32.94%-
XYZ3.36.411.18-
YUV52.46100.6597-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 84 (33.20% from 255) = 86.60%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=9.28%
G=86.60%
B=4.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98440.8900.950.67116.2590.9117.25
Hex95445905F43745b11
Octal111244131013710316413321
Binary1001101010010010110010101111110000111110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095404; }

 p { color: rgb(9,84,4); }

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

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

 a { background-color: rgb(9,84,4); }

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

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

 span { border-color: rgb(9,84,4); }

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