Html Css Color HEX #095013 Myrtle

📋 copy color: '#095013'

red 9 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #095013

Tints of Myrtle #095013

RGB

 RED value IS 9 (3.91% from 255) = 8.33%

 GREEN value IS 80 (31.64% from 255) = 74.07%

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 8.33%
G = 74.07%
B = 17.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#095013 (or 0x095013) is known color: Myrtle. HEX triplet: 09, 50 and 13. RGB value is (9,80,19). Sum of RGB (Red+Green+Blue) = 9+80+19=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #095013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095013 is #F6AFEC. Grayscale: #333333. Windows color (decimal): -16166893 or 1265673. OLE color: 1265673.

HSL color Cylindrical-coordinate representation of color #095013: hue angle of 128.45º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095013 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 19 -
CMYK 0.89 0 0.76 0.69
HSL 128.45º 0.8% 0.17% -
HSV(B) 128.45º 0.89% 0.31% -
XYZ 3.1 5.84 1.58 -
YUV 51.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 9 80 19 0.89 0 0.76 0.69 128.45 0.8 0.17
Hex 9 50 13 59 0 4C 45 80 50 11
Octal 11 120 23 131 0 114 105 200 120 21
Binary 1001 1010000 10011 1011001 0 1001100 1000101 10000000 1010000 10001

Color Harmonies of #095013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095013

Black with #095013

Text Example


Text Example

White with #095013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095013; }

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

 H1.HeaderClassName
 {
   color: #095013;
 }
 .AnyTagClassName
 {
   color: #095013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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