Html Css Color HEX #095313 Myrtle

📋 copy color: '#095313'

red 9 ◦ green 83 ◦ blue 19

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

Shades of Myrtle #095313

Tints of Myrtle #095313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 74.77%

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

R = 8.11%
G = 74.77%
B = 17.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#095313 (or 0x095313) is known color: Myrtle. HEX triplet: 09, 53 and 13. RGB value is (9,83,19). Sum of RGB (Red+Green+Blue) = 9+83+19=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #095313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095313 is #F6ACEC. Grayscale: #353535. Windows color (decimal): -16166125 or 1266441. OLE color: 1266441.

HSL color Cylindrical-coordinate representation of color #095313: hue angle of 128.11º degrees, saturation: 0.8, 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 #095313 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 19 -
CMYK 0.89 0 0.77 0.67
HSL 128.11º 0.8% 0.18% -
HSV(B) 128.11º 0.89% 0.33% -
XYZ 3.32 6.29 1.66 -
YUV 53.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 9 83 19 0.89 0 0.77 0.67 128.11 0.8 0.18
Hex 9 53 13 59 0 4D 43 80 50 12
Octal 11 123 23 131 0 115 103 200 120 22
Binary 1001 1010011 10011 1011001 0 1001101 1000011 10000000 1010000 10010

Color Harmonies of #095313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095313

Black with #095313

Text Example


Text Example

White with #095313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095313; }

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

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

background-color css

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

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

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

border-color css

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

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

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