Html Css Color HEX #113F12 Myrtle

📋 copy color: '#113F12'

red 17 ◦ green 63 ◦ blue 18

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

Shades of Myrtle #113F12

Tints of Myrtle #113F12

RGB

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

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

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

R = 17.35%
G = 64.29%
B = 18.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#113F12 (or 0x113F12) is known color: Myrtle. HEX triplet: 11, 3F and 12. RGB value is (17,63,18). Sum of RGB (Red+Green+Blue) = 17+63+18=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #113F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F12 is #EEC0ED. Grayscale: #2C2C2C. Windows color (decimal): -15646958 or 1195793. OLE color: 1195793.

HSL color Cylindrical-coordinate representation of color #113F12: hue angle of 121.3º 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 #113F12 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 18 -
CMYK 0.73 0 0.71 0.75
HSL 121.3º 0.58% 0.16% -
HSV(B) 121.3º 0.73% 0.25% -
XYZ 2.12 3.72 1.18 -
YUV 44.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 17 63 18 0.73 0 0.71 0.75 121.3 0.58 0.16
Hex 11 3F 12 49 0 47 4B 79 3A 10
Octal 21 77 22 111 0 107 113 171 72 20
Binary 10001 111111 10010 1001001 0 1000111 1001011 1111001 111010 10000

Color Harmonies of #113F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F12

Black with #113F12

Text Example


Text Example

White with #113F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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