Html Css Color HEX #114D11 Myrtle

📋 copy color: '#114D11'

red 17 ◦ green 77 ◦ blue 17

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

Shades of Myrtle #114D11

Tints of Myrtle #114D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 69.37%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 15.32%
G = 69.37%
B = 15.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#114D11 (or 0x114D11) is known color: Myrtle. HEX triplet: 11, 4D and 11. RGB value is (17,77,17). Sum of RGB (Red+Green+Blue) = 17+77+17=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #114D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D11 is #EEB2EE. Grayscale: #343434. Windows color (decimal): -15643375 or 1133841. OLE color: 1133841.

HSL color Cylindrical-coordinate representation of color #114D11: hue angle of 120º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D11 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 17 -
CMYK 0.78 0 0.78 0.70
HSL 120º 0.64% 0.18% -
HSV(B) 120º 0.78% 0.3% -
XYZ 2.99 5.47 1.43 -
YUV 52.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 17 77 17 0.78 0 0.78 0.70 120 0.64 0.18
Hex 11 4D 11 4E 0 4E 46 78 40 12
Octal 21 115 21 116 0 116 106 170 100 22
Binary 10001 1001101 10001 1001110 0 1001110 1000110 1111000 1000000 10010

Color Harmonies of #114D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D11

Black with #114D11

Text Example


Text Example

White with #114D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D11; }

 p { color: rgb(17,77,17); }

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

background-color css

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

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

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

border-color css

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

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

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