Html Css Color HEX #114E12 Myrtle

📋 copy color: '#114E12'

red 17 ◦ green 78 ◦ blue 18

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

Shades of Myrtle #114E12

Tints of Myrtle #114E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 69.03%

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

R = 15.04%
G = 69.03%
B = 15.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#114E12 (or 0x114E12) is known color: Myrtle. HEX triplet: 11, 4E and 12. RGB value is (17,78,18). Sum of RGB (Red+Green+Blue) = 17+78+18=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 78 (30.86% from 255 or 69.03% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 78 - color contains mainly: green. Hex color #114E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114E12 is #EEB1ED. Grayscale: #353535. Windows color (decimal): -15643118 or 1199633. OLE color: 1199633.

HSL color Cylindrical-coordinate representation of color #114E12: hue angle of 120.98º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E12 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 18 -
CMYK 0.78 0 0.77 0.69
HSL 120.98º 0.64% 0.19% -
HSV(B) 120.98º 0.78% 0.31% -
XYZ 3.06 5.61 1.49 -
YUV 52.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 17 78 18 0.78 0 0.77 0.69 120.98 0.64 0.19
Hex 11 4E 12 4E 0 4D 45 79 40 13
Octal 21 116 22 116 0 115 105 171 100 23
Binary 10001 1001110 10010 1001110 0 1001101 1000101 1111001 1000000 10011

Color Harmonies of #114E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E12

Black with #114E12

Text Example


Text Example

White with #114E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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