Html Css Color HEX #095314 Myrtle

📋 copy color: '#095314'

red 9 ◦ green 83 ◦ blue 20

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

Shades of Myrtle #095314

Tints of Myrtle #095314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 8.04%
G = 74.11%
B = 17.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#095314 (or 0x095314) is known color: Myrtle. HEX triplet: 09, 53 and 14. RGB value is (9,83,20). Sum of RGB (Red+Green+Blue) = 9+83+20=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #095314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095314 is #F6ACEB. Grayscale: #353535. Windows color (decimal): -16166124 or 1331977. OLE color: 1331977.

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

Color convert

RGB 9 83 20 -
CMYK 0.89 0 0.76 0.67
HSL 128.92º 0.8% 0.18% -
HSV(B) 128.92º 0.89% 0.33% -
XYZ 3.33 6.3 1.7 -
YUV 53.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 9 83 20 0.89 0 0.76 0.67 128.92 0.8 0.18
Hex 9 53 14 59 0 4C 43 81 50 12
Octal 11 123 24 131 0 114 103 201 120 22
Binary 1001 1010011 10100 1011001 0 1001100 1000011 10000001 1010000 10010

Color Harmonies of #095314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095314

Black with #095314

Text Example


Text Example

White with #095314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095314; }

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

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

background-color css

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

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

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

border-color css

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

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

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