Html Css Color HEX #095312 Myrtle

📋 copy color: '#095312'

red 9 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #095312

Tints of Myrtle #095312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 8.18%
G = 75.45%
B = 16.36%

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

#095312 (or 0x095312) is known color: Myrtle. HEX triplet: 09, 53 and 12. RGB value is (9,83,18). Sum of RGB (Red+Green+Blue) = 9+83+18=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #095312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095312 is #F6ACED. Grayscale: #353535. Windows color (decimal): -16166126 or 1200905. OLE color: 1200905.

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

Color convert

RGB 9 83 18 -
CMYK 0.89 0 0.78 0.67
HSL 127.3º 0.8% 0.18% -
HSV(B) 127.3º 0.89% 0.33% -
XYZ 3.32 6.29 1.61 -
YUV 53.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 9 83 18 0.89 0 0.78 0.67 127.3 0.8 0.18
Hex 9 53 12 59 0 4E 43 7F 50 12
Octal 11 123 22 131 0 116 103 177 120 22
Binary 1001 1010011 10010 1011001 0 1001110 1000011 1111111 1010000 10010

Color Harmonies of #095312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095312

Black with #095312

Text Example


Text Example

White with #095312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095312; }

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

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

background-color css

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

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

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

border-color css

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

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

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