Html Css Color HEX #113114 Myrtle

📋 copy color: '#113114'

red 17 ◦ green 49 ◦ blue 20

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

Shades of Myrtle #113114

Tints of Myrtle #113114

RGB

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

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

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

R = 19.77%
G = 56.98%
B = 23.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#113114 (or 0x113114) is known color: Myrtle. HEX triplet: 11, 31 and 14. RGB value is (17,49,20). Sum of RGB (Red+Green+Blue) = 17+49+20=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #113114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113114 is #EECEEB. Grayscale: #242424. Windows color (decimal): -15650540 or 1323281. OLE color: 1323281.

HSL color Cylindrical-coordinate representation of color #113114: hue angle of 125.62º 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 #113114 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 20 -
CMYK 0.65 0 0.59 0.81
HSL 125.63º 0.48% 0.13% -
HSV(B) 125.63º 0.65% 0.19% -
XYZ 1.46 2.37 1.04 -
YUV 36.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 17 49 20 0.65 0 0.59 0.81 125.63 0.48 0.13
Hex 11 31 14 41 0 3B 51 7E 30 D
Octal 21 61 24 101 0 73 121 176 60 15
Binary 10001 110001 10100 1000001 0 111011 1010001 1111110 110000 1101

Color Harmonies of #113114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113114

Black with #113114

Text Example


Text Example

White with #113114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113114; }

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

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

background-color css

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

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

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

border-color css

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

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

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