Html Css Color HEX #113112 Myrtle

📋 copy color: '#113112'

red 17 ◦ green 49 ◦ blue 18

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

Shades of Myrtle #113112

Tints of Myrtle #113112

RGB

 RED value IS 17 (7.03% from 255) = 20.24%

 GREEN value IS 49 (19.53% from 255) = 58.33%

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

R = 20.24%
G = 58.33%
B = 21.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#113112 (or 0x113112) is known color: Myrtle. HEX triplet: 11, 31 and 12. RGB value is (17,49,18). Sum of RGB (Red+Green+Blue) = 17+49+18=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #113112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113112 is #EECEED. Grayscale: #232323. Windows color (decimal): -15650542 or 1192209. OLE color: 1192209.

HSL color Cylindrical-coordinate representation of color #113112: hue angle of 121.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113112 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 18 -
CMYK 0.65 0 0.63 0.81
HSL 121.88º 0.48% 0.13% -
HSV(B) 121.88º 0.65% 0.19% -
XYZ 1.44 2.36 0.95 -
YUV 35.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 17 49 18 0.65 0 0.63 0.81 121.88 0.48 0.13
Hex 11 31 12 41 0 3F 51 7A 30 D
Octal 21 61 22 101 0 77 121 172 60 15
Binary 10001 110001 10010 1000001 0 111111 1010001 1111010 110000 1101

Color Harmonies of #113112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113112

Black with #113112

Text Example


Text Example

White with #113112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113112; }

 p { color: rgb(17,49,18); }

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

background-color css

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

 a { background-color: rgb(17,49,18); }

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

border-color css

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

 span { border-color: rgb(17,49,18); }

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