Html Css Color HEX #113107 Myrtle

📋 copy color: '#113107'

red 17 ◦ green 49 ◦ blue 7

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

Shades of Myrtle #113107

Tints of Myrtle #113107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.59%

R = 23.29%
G = 67.12%
B = 9.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#113107 (or 0x113107) is known color: Myrtle. HEX triplet: 11, 31 and 07. RGB value is (17,49,7). Sum of RGB (Red+Green+Blue) = 17+49+7=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #113107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113107 is #EECEF8. Grayscale: #222222. Windows color (decimal): -15650553 or 471313. OLE color: 471313.

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

Color convert

RGB 17 49 7 -
CMYK 0.65 0 0.86 0.81
HSL 105.71º 0.75% 0.11% -
HSV(B) 105.71º 0.86% 0.19% -
XYZ 1.37 2.33 0.58 -
YUV 34.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 17 49 7 0.65 0 0.86 0.81 105.71 0.75 0.11
Hex 11 31 7 41 0 56 51 6A 4B B
Octal 21 61 7 101 0 126 121 152 113 13
Binary 10001 110001 111 1000001 0 1010110 1010001 1101010 1001011 1011

Color Harmonies of #113107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113107

Black with #113107

Text Example


Text Example

White with #113107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113107; }

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

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

background-color css

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

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

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

border-color css

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

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

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