#095408

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

Shades of Myrtle #095408

Tints of Myrtle #095408

Color information

#095408 (or 0x095408) is unknown color: approx Myrtle. HEX triplet: 09, 54 and 08. RGB value is (9,84,8). Sum of RGB (Red+Green+Blue) = 9+84+8=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 84 (33.20% from 255 or 83.17% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 84 - color contains mainly: green. Hex color #095408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095408 is #F6ABF7. Grayscale: #353535. Windows color (decimal): -16165880 or 545801. OLE color: 545801.

HSL color Cylindrical-coordinate representation of color #095408: hue angle of 119.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095408 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB9848-
CMYK0.8900.900.67
HSL119.21º82.61%18.04%-
HSV(B)119.21º90.48%32.94%-
XYZ3.336.421.29-
YUV52.91102.6596.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 84 (33.20% from 255) = 83.17%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=8.91%
G=83.17%
B=7.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98480.8900.900.67119.2182.6118.04
Hex95485905A43775312
Octal1112410131013210316712322
Binary10011010100100010110010101101010000111110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095408; }

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

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

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

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

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

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

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

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