#114C17

Color #114C17 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #114C17

Tints of Myrtle #114C17

Color information

#114C17 (or 0x114C17) is unknown color: approx Myrtle. HEX triplet: 11, 4C and 17. RGB value is (17,76,23). Sum of RGB (Red+Green+Blue) = 17+76+23=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #114C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C17 is #EEB3E8. Grayscale: #343434. Windows color (decimal): -15643625 or 1526801. OLE color: 1526801.

HSL color Cylindrical-coordinate representation of color #114C17: hue angle of 126.1º degrees, saturation: 0.63, 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 #114C17 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB177623-
CMYK0.7800.700.70
HSL126.1º63.44%18.24%-
HSV(B)126.1º77.63%29.8%-
XYZ2.975.351.69-
YUV52.32111.45102.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 76 (30.08% from 255) = 65.52%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=14.66%
G=65.52%
B=19.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776230.7800.700.70126.163.4418.24
Hex114C174E046467e3f12
Octal211142711601061061767722
Binary100011001100101111001110010001101000110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,23); }

 H1.HeaderClassName
 {
   color: #114C17;
 }
 .AnyTagClassName
 {
   color: #114C17;
 }
</style>
background-color css

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

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

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

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

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

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