#095513

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

Shades of Myrtle #095513

Tints of Myrtle #095513

Color information

#095513 (or 0x095513) is unknown color: approx Myrtle. HEX triplet: 09, 55 and 13. RGB value is (9,85,19). Sum of RGB (Red+Green+Blue) = 9+85+19=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #095513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095513 is #F6AAEC. Grayscale: #363636. Windows color (decimal): -16165613 or 1266953. OLE color: 1266953.

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

Color convert

RGB98519-
CMYK0.8900.780.67
HSL127.89º80.85%18.43%-
HSV(B)127.89º89.41%33.33%-
XYZ3.486.61.71-
YUV54.75107.8295.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 85 (33.59% from 255) = 75.22%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=7.96%
G=75.22%
B=16.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985190.8900.780.67127.8980.8518.43
Hex955135904E43805112
Octal1112523131011610320012122
Binary1001101010110011101100101001110100001110000000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095513; }

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

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

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

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

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

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

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

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