Html Css Color HEX #095513 Myrtle

📋 copy color: '#095513'

red 9 ◦ green 85 ◦ blue 19

#095513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #095513

Tints of Myrtle #095513

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 value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#095513 (or 0x095513) is known color: 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

RGB 9 85 19 -
CMYK 0.89 0 0.78 0.67
HSL 127.89º 0.81% 0.18% -
HSV(B) 127.89º 0.89% 0.33% -
XYZ 3.48 6.6 1.71 -
YUV 54.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 9 85 19 0.89 0 0.78 0.67 127.89 0.81 0.18
Hex 9 55 13 59 0 4E 43 80 51 12
Octal 11 125 23 131 0 116 103 200 121 22
Binary 1001 1010101 10011 1011001 0 1001110 1000011 10000000 1010001 10010

Color Harmonies of #095513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095513

Black with #095513

Text Example


Text Example

White with #095513

Text Example


Text Example

HTML Codes & Css Web 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>