Html Css Color HEX #113F13 Myrtle

📋 copy color: '#113F13'

red 17 ◦ green 63 ◦ blue 19

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

Shades of Myrtle #113F13

Tints of Myrtle #113F13

RGB

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

 GREEN value IS 63 (25% from 255) = 63.64%

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 17.17%
G = 63.64%
B = 19.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#113F13 (or 0x113F13) is known color: Myrtle. HEX triplet: 11, 3F and 13. RGB value is (17,63,19). Sum of RGB (Red+Green+Blue) = 17+63+19=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #113F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F13 is #EEC0EC. Grayscale: #2C2C2C. Windows color (decimal): -15646957 or 1261329. OLE color: 1261329.

HSL color Cylindrical-coordinate representation of color #113F13: hue angle of 122.61º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F13 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 19 -
CMYK 0.73 0 0.70 0.75
HSL 122.61º 0.58% 0.16% -
HSV(B) 122.61º 0.73% 0.25% -
XYZ 2.13 3.72 1.22 -
YUV 44.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 17 63 19 0.73 0 0.70 0.75 122.61 0.58 0.16
Hex 11 3F 13 49 0 46 4B 7B 3A 10
Octal 21 77 23 111 0 106 113 173 72 20
Binary 10001 111111 10011 1001001 0 1000110 1001011 1111011 111010 10000

Color Harmonies of #113F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F13

Black with #113F13

Text Example


Text Example

White with #113F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F13; }

 p { color: rgb(17,63,19); }

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

background-color css

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

 a { background-color: rgb(17,63,19); }

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

border-color css

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

 span { border-color: rgb(17,63,19); }

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