Html Css Color HEX #113101 Myrtle

📋 copy color: '#113101'

red 17 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #113101

Tints of Myrtle #113101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 25.37%
G = 73.13%
B = 1.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#113101 (or 0x113101) is known color: Myrtle. HEX triplet: 11, 31 and 01. RGB value is (17,49,1). Sum of RGB (Red+Green+Blue) = 17+49+1=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #113101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113101 is #EECEFE. Grayscale: #222222. Windows color (decimal): -15650559 or 78097. OLE color: 78097.

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

Color convert

RGB 17 49 1 -
CMYK 0.65 0 0.98 0.81
HSL 100º 0.96% 0.1% -
HSV(B) 100º 0.98% 0.19% -
XYZ 1.33 2.32 0.41 -
YUV 33.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 17 49 1 0.65 0 0.98 0.81 100 0.96 0.1
Hex 11 31 1 41 0 62 51 64 60 A
Octal 21 61 1 101 0 142 121 144 140 12
Binary 10001 110001 1 1000001 0 1100010 1010001 1100100 1100000 1010

Color Harmonies of #113101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113101

Black with #113101

Text Example


Text Example

White with #113101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113101; }

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

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

background-color css

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

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

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

border-color css

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

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

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